Click here to Skip to main content
15,898,987 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDialog dissapears... ? Pin
Calder23-Jan-04 11:51
Calder23-Jan-04 11:51 
GeneralRe: Dialog dissapears... ? Pin
David Crow26-Jan-04 2:22
David Crow26-Jan-04 2:22 
GeneralRetrieving a bitmap using a URL. using a pluggable protocol Pin
Member 1329456923-Jan-04 3:43
Member 1329456923-Jan-04 3:43 
GeneralRe: Retrieving a bitmap using a URL. using a pluggable protocol Pin
valikac23-Jan-04 5:42
valikac23-Jan-04 5:42 
GeneralRe: Retrieving a bitmap using a URL. using a pluggable protocol Pin
Member 1329456923-Jan-04 7:03
Member 1329456923-Jan-04 7:03 
GeneralRe: Retrieving a bitmap using a URL. using a pluggable protocol Pin
l a u r e n23-Jan-04 14:39
l a u r e n23-Jan-04 14:39 
GeneralApplication Error: The Instruction at --- pReturnVal = (char*) calloc(strlen(s)+1,sizeof(char)); Pin
AssemblySoft23-Jan-04 3:27
AssemblySoft23-Jan-04 3:27 
GeneralRe: Application Error: The Instruction at --- pReturnVal = (char*) calloc(strlen(s)+1,sizeof(char)); Pin
Ian Darling23-Jan-04 3:58
Ian Darling23-Jan-04 3:58 
crandall wrote:
sprintf(s, etc..

Should be using snprintf, really. What's in the etc bit?

crandall wrote:
strcpy(str,someFunc());

Ditto, but with strncpy.

It would be easier to diagnose if you posted the code fully - that is to say that you post the minimum code (make a test app) that reproduces your problem.


--
Ian Darling
"The different versions of the UN*X brand operating system are numbered in a logical sequence: 5, 6, 7, 2, 2.9, 3, 4.0, III, 4.1, V, 4.2, V.2, and 4.3" - Alan Filipski
GeneralLink Error Pin
BrockVnm23-Jan-04 2:30
BrockVnm23-Jan-04 2:30 
GeneralRe: Link Error Pin
P_JAYAPRAKASH23-Jan-04 2:56
P_JAYAPRAKASH23-Jan-04 2:56 
GeneralRe: Link Error Pin
BrockVnm23-Jan-04 3:52
BrockVnm23-Jan-04 3:52 
GeneralRe: Link Error Pin
Michael Dunn23-Jan-04 4:42
sitebuilderMichael Dunn23-Jan-04 4:42 
GeneralRe: Link Error Pin
BrockVnm23-Jan-04 5:09
BrockVnm23-Jan-04 5:09 
Generalmicroseconds Pin
lpRomang23-Jan-04 2:09
lpRomang23-Jan-04 2:09 
GeneralRe: microseconds Pin
фил23-Jan-04 2:30
фил23-Jan-04 2:30 
GeneralRe: microseconds Pin
lpRomang23-Jan-04 3:54
lpRomang23-Jan-04 3:54 
GeneralRe: microseconds Pin
RChin23-Jan-04 3:53
RChin23-Jan-04 3:53 
GeneralRe: microseconds Pin
dknoble23-Jan-04 6:48
dknoble23-Jan-04 6:48 
GeneralRe: microseconds Pin
Marcello25-Jan-04 10:50
Marcello25-Jan-04 10:50 
GeneralRe: microseconds Pin
dknoble26-Jan-04 2:28
dknoble26-Jan-04 2:28 
GeneralRe: microseconds Pin
Marcello26-Jan-04 6:08
Marcello26-Jan-04 6:08 
GeneralOn_exit and signal Pin
Anonymous23-Jan-04 1:34
Anonymous23-Jan-04 1:34 
GeneralRichEdit Pin
edwinak23-Jan-04 1:24
edwinak23-Jan-04 1:24 
GeneralRe: RichEdit Pin
CodeBrain23-Jan-04 1:35
CodeBrain23-Jan-04 1:35 
GeneralRe: RichEdit Pin
edwinak23-Jan-04 1:57
edwinak23-Jan-04 1:57 

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.