Click here to Skip to main content
15,909,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMulti-threading with Database pointer Pin
ajit9812-Dec-03 1:50
ajit9812-Dec-03 1:50 
GeneralRe: Multi-threading with Database pointer Pin
Jörgen Sigvardsson12-Dec-03 12:24
Jörgen Sigvardsson12-Dec-03 12:24 
QuestionH263 encoder thats not 176x144? Pin
LozEvans12-Dec-03 1:44
LozEvans12-Dec-03 1:44 
QuestionShell ? Pin
BaldwinMartin12-Dec-03 0:54
BaldwinMartin12-Dec-03 0:54 
AnswerRe: Shell ? Pin
Alexander M.,12-Dec-03 3:10
Alexander M.,12-Dec-03 3:10 
GeneralRe: Shell ? Pin
BaldwinMartin12-Dec-03 4:22
BaldwinMartin12-Dec-03 4:22 
AnswerRe: NO Shell Pin
Peter Molnar12-Dec-03 10:48
Peter Molnar12-Dec-03 10:48 
GeneralEXE Doubles in Size with every Resorce Compile Pin
Lucky the code machine12-Dec-03 0:47
Lucky the code machine12-Dec-03 0:47 
Please Help me!

Every time the Resource is re-compiled (ie i move a button) the resource file will grow & cause the EXE file to double in size. A work mate has had the same problem in the past. The problem is with the MS FLEX GRID control causing the Resource (rc) file to grow. My work mate was able to fix this problem by formating his HDD & re-installing everything then using an old rc file that he then had to update. His code has been happy ever after but what is to say it wont happen again. This is an option for me but we need to understand the problem to stop it happening again.

If I look at my rc file other controls are fine: (example)

IDC_AttenOffset, 0x403, 7, 0
0x2e35, 0x2035, 0x4264, "\000"

But If you look at any of my 3 MS FLEX GRID controls:

IDC_GRID, 0x37a, 302, 64
0x0024, 0x0000, 0x0037, 0x0032, 0x0045, 0x0036, 0x0037, 0x0031, 0x0032,
0x0030, 0x002d, 0x0035, 0x0039, 0x0035, 0x0039, 0x002d, 0x0031, 0x0031,
0x0063, 0x0066, 0x002d, 0x0039, 0x0031, 0x0046, 0x0036, 0x002d, 0x0043,
0x0032, 0x0038, 0x0036, 0x0033, 0x0043, 0x0033, 0x0038, 0x0035, 0x0045,
.............. This goes on & on for 40MB!! WTF | :WTF:

Someone else must have had thid problem. Please help me!

An Expert is somone who has previously made ALL the Mistakes, I dream of this day. - Lucky
GeneralRe: EXE Doubles in Size with every Resorce Compile Pin
Alexander M.,12-Dec-03 5:27
Alexander M.,12-Dec-03 5:27 
GeneralRe: EXE Doubles in Size with every Resorce Compile Pin
Shay Harel12-Dec-03 6:11
Shay Harel12-Dec-03 6:11 
GeneralSolved it Pin
Lucky the code machine15-Dec-03 4:30
Lucky the code machine15-Dec-03 4:30 
GeneralRunning a exe from code Pin
Mortis12-Dec-03 0:26
Mortis12-Dec-03 0:26 
GeneralRe: Running a exe from code Pin
BaldwinMartin12-Dec-03 0:52
BaldwinMartin12-Dec-03 0:52 
GeneralRe: Running a exe from code Pin
Mortis12-Dec-03 4:34
Mortis12-Dec-03 4:34 
GeneralRe: Running a exe from code Pin
BaldwinMartin12-Dec-03 4:40
BaldwinMartin12-Dec-03 4:40 
GeneralRe: Running a exe from code Pin
Mortis12-Dec-03 5:11
Mortis12-Dec-03 5:11 
GeneralRe: Running a exe from code Pin
Shay Harel12-Dec-03 6:17
Shay Harel12-Dec-03 6:17 
GeneralRe: Running a exe from code Pin
BaldwinMartin12-Dec-03 6:32
BaldwinMartin12-Dec-03 6:32 
GeneralRe: Running a exe from code Pin
Shay Harel12-Dec-03 6:48
Shay Harel12-Dec-03 6:48 
GeneralRe: Running a exe from code Pin
BaldwinMartin12-Dec-03 6:53
BaldwinMartin12-Dec-03 6:53 
GeneralRe: Running a exe from code Pin
BaldwinMartin12-Dec-03 9:04
BaldwinMartin12-Dec-03 9:04 
GeneralExecuting a program with arguments Pin
Nicolas Bonamy11-Dec-03 23:45
Nicolas Bonamy11-Dec-03 23:45 
GeneralRe: Executing a program with arguments Pin
David Crow12-Dec-03 2:48
David Crow12-Dec-03 2:48 
GeneralRe: Executing a program with arguments Pin
Nicolas Bonamy12-Dec-03 2:57
Nicolas Bonamy12-Dec-03 2:57 
GeneralRe: Executing a program with arguments Pin
David Crow12-Dec-03 3:16
David Crow12-Dec-03 3:16 

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.