Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for jazu100

Hi, to answer this question you need to have some experience about php... i'm planning to create a http server that supports cgi. Does anyone see the problem in C++ -source? Php doesn't give any output, but if I don't set the rfc3875 environment variables, all output comes normally (expect …

Member Avatar for ShawnCplus
0
827
Member Avatar for derekdsl

Hi All, I wonder can anyone help me. I recently had a Trojan Virus on my laptop,finally removed it and what I thought was all traces. But it somehow has upset any connections through Windows to access the internet. I can access through Mozilla Firefox and Thunderbird for my mails,no …

Member Avatar for derekdsl
0
229
Member Avatar for Willco

Hi, Is it possible (using VC++6) to change background and forground text colors when builing a simple console application?

Member Avatar for NicAx64
0
163
Member Avatar for DallasAM

Hi all! This is my first time posting on this forum. Very new to forums altogether really, but recently my second PC got a horrible virus. The background was changed to "WARNING viruses and spyware have been found on your computer. please run a spyware check", my CD rom drive …

Member Avatar for DallasAM
0
247
Member Avatar for falak
Member Avatar for jazu100

I have to send bitmap and do something like this: Client: [code] HBITMAP bmp = LoadBitmap(0,MAKEINTRESOURCE(1)); send(socket,(char*)&bmp,sizeof(HBITMAP),0); [/code] Server: [code] HBITMAP bmp; recv(socket,(char*)&bmp,sizeof(HBITMAP),0); [/code] But this won't work and I know it... so I have to use e.g. GetDIBits and SetDIBits. But how? Please don't give any example links, they …

Member Avatar for jazu100
0
207