0
votes
5answers
40 views
globals php help
I am trying to use a global in a file that is just used to post data to. The global is not being registered on that page. How can I get the globals accessible in that page.
EDIT m …
1
vote
6answers
113 views
Best practice to prevent software copy
Hi everyone,
I'm developping an application and I'm looking for some cool informations about protecting it against copy ! Do you guys know some book/articles/any informations abou …
2
votes
2answers
105 views
[C/C++] somehow register my classes in a list
Hi,
I would like to be able to register my classes within a std::map or a vector, don't think about duplicates and such for now.
but I don't want to register it within the class c …
0
votes
3answers
95 views
Linux assembly woes
Is there really no way to print an ascii string in assembly to standard output without using up all four general purpose registers?
3
votes
3answers
89 views
Fast in-register sort of bytes?
Given a register of 4 bytes (or 16 for SIMD), there has to be an efficient way to sort the bytes in-register with a few instructions.
Thanks in advance.
0
votes
3answers
62 views
How to show Confirm Dialog under Vista with C#?
I need to set a register key in vista but if I use the commands without running as Administrator it throws an exception. How do I show the confirmation dialog, then?
-1
votes
2answers
63 views
Is there an example of django register? [closed]
please show me a django register code include the template
thanks!
0
votes
0answers
44 views
Disable L1 instruction cache [closed]
Possible Duplicate:
Disable L2/L1 caches
Hi everybody,
I am looking for a way to disable the L1 instruction cache of my Core 2 Duo processor,
does anybody knows how/if i …
0
votes
1answer
108 views
Unable to register VB ocx components (err 0x80040201)
Hi,
I have a problem trying to register some ocx files.
When I execute regsvr32, it returns 0x80040201 error code. I'm using win xp SP3 and my user has administrator permissions. …
0
votes
2answers
40 views
Register identical views with different services using Composite Application Library
I'm using the Composite Application Library with Silverlight, and I need to add three "zones" to my region. These "zones" all have essentially the same view and presentation model …
0
votes
0answers
11 views
linking files as a HTML-file and it’s folder
In a windows-environment if you have a .html-file, you can make a copy of it and move it in the file-system. But the folder containing the additional files (images, scripts, .css-f …
7
votes
6answers
422 views
Address of register variable
In C, we cannot use & to find out the address of a register variable but in C++ we can do the same. Why is it legal in C++ but not in C? Can someone please explain this concept …
0
votes
0answers
49 views
Registering org.gjt.mm.mysql.Driver
When I connect to mysql in my localhost, everything is OK.
but when i move the whole project to another computer in the intranet and set the correct IP.
the project can't connect t …
1
vote
3answers
55 views
What is the best way to register existing Windows service in .NET?
I need to register an existing third-party executable (database engine) Windows service from a .NET application. Is there a better way than writing to the registry?
0
votes
2answers
372 views
How can I import a .ascx file into a .aspx page using tag registering?
Hi,
I have this set up...
<%@ Register TagPrefix="UserControl"
TagName="UserLogin"
Src="~/admin/Authentication/Login.ascx" %>
<%@ Register Ta …
