Click here to Skip to main content
15,911,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: i wanna mak program about BMP T.T Pin
alex.barylski25-Jan-02 22:53
alex.barylski25-Jan-02 22:53 
GeneralRelease Build Bugs and Multithreading Pin
Swinefeaster25-Jan-02 13:59
Swinefeaster25-Jan-02 13:59 
GeneralRe: Release Build Bugs and Multithreading Pin
Tim Smith25-Jan-02 14:30
Tim Smith25-Jan-02 14:30 
GeneralRe: Release Build Bugs and Multithreading Pin
Swinefeaster25-Jan-02 15:55
Swinefeaster25-Jan-02 15:55 
GeneralRe: Release Build Bugs and Multithreading Pin
Swinefeaster26-Jan-02 11:56
Swinefeaster26-Jan-02 11:56 
GeneralRe: Release Build Bugs and Multithreading Pin
Michael Dunn25-Jan-02 16:23
sitebuilderMichael Dunn25-Jan-02 16:23 
GeneralRe: Release Build Bugs and Multithreading Pin
Swinefeaster25-Jan-02 16:31
Swinefeaster25-Jan-02 16:31 
GeneralRe: Release Build Bugs and Multithreading Pin
HomeNuke25-Jan-02 19:40
HomeNuke25-Jan-02 19:40 
I had a problem with a multithreaded server I'm writing where I was using WSAEnumProtocols and the return buffer kept overwriting a lot of the other variables I had declared previously. It was changing pointer information to point to invalid areas of memory.

The only way to resolve it was by using GlobalAlloc on the variable, this was because instead of returning a variable with one instance it was returning an array. It took me forever to figure that out because PSDK would describe an array with everything else, besides just saying 'array' Frown | :(


HomeNuke
----
"Nuke'd Your Home, Yet?"
Run your own PostNuke based web server from home
http://www.homenuke.com
GeneralRe: Release Build Bugs and Multithreading Pin
Swinefeaster26-Jan-02 12:40
Swinefeaster26-Jan-02 12:40 
GeneralVersion Pin
uo200025-Jan-02 11:27
uo200025-Jan-02 11:27 
GeneralUsing CDONTS.NewMail in C++ Pin
25-Jan-02 10:03
suss25-Jan-02 10:03 
GeneralRe: Using CDONTS.NewMail in C++ Pin
Jon Sagara25-Jan-02 10:12
Jon Sagara25-Jan-02 10:12 
GeneralTime in milliseconds Pin
25-Jan-02 9:44
suss25-Jan-02 9:44 
GeneralRe: Time in milliseconds Pin
Tim Smith25-Jan-02 9:55
Tim Smith25-Jan-02 9:55 
GeneralRe: Time in milliseconds Pin
Xander van Tilburg26-Jan-02 4:48
Xander van Tilburg26-Jan-02 4:48 
GeneralMSXML Help! Pin
25-Jan-02 9:13
suss25-Jan-02 9:13 
GeneralRe: MSXML Help! Pin
Michael Dunn25-Jan-02 23:03
sitebuilderMichael Dunn25-Jan-02 23:03 
GeneralRe: MSXML Help! Pin
Not Active26-Jan-02 3:33
mentorNot Active26-Jan-02 3:33 
Generaldisplaying hex info graphically Pin
brian scott25-Jan-02 8:14
brian scott25-Jan-02 8:14 
GeneralRe: displaying hex info graphically Pin
Ravi Bhavnani25-Jan-02 8:25
professionalRavi Bhavnani25-Jan-02 8:25 
GeneralCOM problem urgent HELP needed Pin
Bill Wilson25-Jan-02 7:10
Bill Wilson25-Jan-02 7:10 
GeneralRe: COM problem urgent HELP needed Pin
Ernest Laurentin25-Jan-02 7:18
Ernest Laurentin25-Jan-02 7:18 
GeneralRe: COM problem urgent HELP needed Pin
Bill Wilson25-Jan-02 9:17
Bill Wilson25-Jan-02 9:17 
GeneralRe: COM problem urgent HELP needed Pin
pba_25-Jan-02 9:41
pba_25-Jan-02 9:41 
GeneralRe: COM problem urgent HELP needed Pin
Not Active26-Jan-02 3:40
mentorNot Active26-Jan-02 3:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.