| Thread | Last Post | Replies |
|
| SPeech SDK for Palm PCs | 17 Jun 2004 17:22 GMT | 1 |
Can I use Speech SDK for Palm PC application (Windows CE)? Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
|
| Enable Enhanced Instruction Set | 17 Jun 2004 14:41 GMT | 2 |
I'd like to know if there is a compiler definition set after this compiler option, so I can adjust my code to use see/sse2 instructions as well in those build configurations which have this option turned on.
|
| Activex control help... | 17 Jun 2004 04:35 GMT | 1 |
Can anyone tell me how to add a menu to an activex control?
|
| Function Export | 16 Jun 2004 21:36 GMT | 3 |
Here is my function in C++: __declspec (dllexport) void CHARtoINT(char *input, int *output) { int length = strlen(input);
|
| VariantChangeType? | 16 Jun 2004 19:48 GMT | 1 |
if I use VariantChangeType to change a variant to a VT_BSTR am I responsible for freeing the BSTR string? even if the original was a BSTR?
|
| winsock issue | 16 Jun 2004 17:43 GMT | 1 |
Take in mind the following scenario: two computers are sending data to each other ( using winsock ), one computer send data faster then the rate data is being processed by the other computer, this will cause the target computer TCP Stack to get filled and the source computer will ...
|
| Replace exe and dll in use | 16 Jun 2004 16:49 GMT | 8 |
I have 2 questions: 1) As I know there is no way on Windows to replace a running exe, but somebody told me that this is doable, and I couldn't find any info on how could this be done programmatically. Is something like this
|
| Linking problem when porting C++ to .Net | 16 Jun 2004 00:18 GMT | 1 |
I am currently trying to port a small open source scientfic library written in C++ to .Net. The code (including the VS solution) could be found at http://www.vermorel.com/opensource/selfscaling.zip My problem is that when I try to compile the library I got a list of linking
|
| compiler error C2440... | 15 Jun 2004 22:08 GMT | 1 |
I get this: error C2440: 'initializing' : cannot convert from 'class Day *' to 'class Day' when I try to compile this: Day d = new Day();
|
| Activator.CreateInstance or InvokeMember? Code is not getting me where I want to go. | 15 Jun 2004 21:07 GMT | 1 |
this is a repost with a hopefully more clearly stated scenario and more concise questions at the end. given the following two classes, my intent is to use pass a token into the instantiated class DBPassword and return a string;
|
| Simple Multithreading | 15 Jun 2004 21:02 GMT | 5 |
I would like to know how to perform simple multithreading. I had created a simple form to test out if I was multithreading properly, but got buggy results. Sometime the whole thig would lock up when I got two threads going at the same time.
|
| When Exception handling disabled... | 15 Jun 2004 20:51 GMT | 4 |
When Exception handling disabled compiler still spits out "C++ exception handler used." Why is that? Why does it ask for "Specify /EHsc"? Thanks!
|
| WS2_32.dll error in my app. Help me! | 15 Jun 2004 16:09 GMT | 1 |
" The procedure entry point getaddrinfo could not be located in dynamic link library WS2_32.dll " error is occured while running my app. I don't know how to clear this error. Please reply me. Thanx
|
| MFC documentation | 15 Jun 2004 12:52 GMT | 2 |
Where I can find free MFC documentation ? Thanks Simon
|
| simple question, *__gc | 15 Jun 2004 07:05 GMT | 1 |
I have a simple question but I can't find it on any newsgroups. I have a MC++ class that contains a private field of native type private: HTTP_RESPONSE _httpResponse.
|