| Thread | Last Post | Replies |
|
| some help with interop | 02 Aug 2003 16:06 GMT | 1 |
Hi there!!! I've got the following code and during compilation I have this error: fatal error C1093: API call 'DefineCustomAttribute'
|
| Do we have to keep the object alive while doing pinvoke? | 01 Aug 2003 21:56 GMT | 1 |
After reading a few articles, http://blogs.gotdotnet.com/cbrumme/PermaLink.aspx/e55664b4-6471-48b9-b360-f0fa27 ab6cc0 http://blogs.gotdotnet.com/anathan/commentview.aspx/8ec0b7b2-6290-4500-a8c7-1b6c 677214cb i have the following question:
|
| Horrible include problem | 01 Aug 2003 19:27 GMT | 4 |
I've asked about includes before in this group in order to stop files being #included either twice or not at all, and somebody said to use extern keyword for global variables that need to be used in another cpp file, and to also put
|
| searching for tabs in text file | 01 Aug 2003 16:25 GMT | 1 |
I'm reading in a text file usein fstream, and I want to look for where fields are split up by tab seperators. (tab delimited) and read it into the app, now the fields are variable length characters (how do i read in a variable length char field?) and how do i tell where the tabs are ...
|
| How to develop an add-in for internet explorer? | 01 Aug 2003 06:32 GMT | 5 |
Give me some advice plz, thanks.
|
| CPU Restriction | 01 Aug 2003 06:26 GMT | 1 |
Hi Friends, Is there any way I can restrict a thread to be processed by only (one / ) certain number of CPUs in a multi CPU machine in .net framework ? I found the equivalent functions in win32 api (SetThreadIdealProcessor and
|
| Casting different base-type managed buffers | 01 Aug 2003 01:52 GMT | 1 |
Hello I am migrating a VC6 C++ library to VC7 Managed C++. I need to iterate along a buffer of unsigned shorts, char-by-char: unsigned short lpData __gc[];
|