Click here to Skip to main content
15,916,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Showing an image to the use Pin
CPallini17-Mar-09 13:10
mveCPallini17-Mar-09 13:10 
GeneralRe: Showing an image to the use Pin
bulg17-Mar-09 13:32
bulg17-Mar-09 13:32 
GeneralRe: Showing an image to the use Pin
llp00na17-Mar-09 13:53
llp00na17-Mar-09 13:53 
QuestionBit for bit reproducible build in vc6. Pin
_aesthetic_17-Mar-09 11:19
_aesthetic_17-Mar-09 11:19 
AnswerRe: Bit for bit reproducible build in vc6. Pin
Garth J Lancaster17-Mar-09 12:03
professionalGarth J Lancaster17-Mar-09 12:03 
AnswerRe: Bit for bit reproducible build in vc6. Pin
bulg17-Mar-09 12:09
bulg17-Mar-09 12:09 
AnswerRe: Bit for bit reproducible build in vc6. Pin
Michael Schubert17-Mar-09 13:04
Michael Schubert17-Mar-09 13:04 
AnswerRe: Bit for bit reproducible build in vc6. Pin
Stuart Dootson17-Mar-09 13:18
professionalStuart Dootson17-Mar-09 13:18 
Hee-hee - I've been through this sort of pain - except we had it easy - we were developing an embedded system, so we had no OS (and no OS loader), so had a raw binary (an S-Record file) that we could compare. That had no timestamps, no fixups, no extraneous metadata. Easy!

_aesthetic_ wrote:
Is it possible to specify their build and link orders short of a .bat file


A response file[^]? Can you stick a list of all the object and library files into a text file and use that on your command line.

I'd recommend getting away from using the IDE to build. Create yourself a makefile or something - give yourself control over the build process.

To be honest...could you not save yourself a whole heap of pain by configuring binaries in your version control system as part of your release procedure - that way you always have the released code.

BTW - why is your auditor going to be getting quite so het up about this? Do you have some sort of certification authority to satisfy? The FDA or something? If not, then you really, really don't need this level of reproducibility.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

Questionexecuting code before WM_DISPLAYCHANGE ? Pin
rognorak17-Mar-09 10:06
rognorak17-Mar-09 10:06 
AnswerRe: executing code before WM_DISPLAYCHANGE ? Pin
Nishad S17-Mar-09 20:01
Nishad S17-Mar-09 20:01 
GeneralRe: executing code before WM_DISPLAYCHANGE ? Pin
rognorak18-Mar-09 3:38
rognorak18-Mar-09 3:38 
GeneralRe: executing code before WM_DISPLAYCHANGE ? Pin
Nishad S18-Mar-09 4:19
Nishad S18-Mar-09 4:19 
Questionconverting from binary number representation to floating-point representation Pin
steve_o17-Mar-09 9:50
steve_o17-Mar-09 9:50 
AnswerRe: converting from binary number representation to floating-point representation Pin
CPallini17-Mar-09 10:09
mveCPallini17-Mar-09 10:09 
GeneralRe: converting from binary number representation to floating-point representation [modified] Pin
steve_o17-Mar-09 11:41
steve_o17-Mar-09 11:41 
GeneralRe: converting from binary number representation to floating-point representation Pin
CPallini17-Mar-09 11:55
mveCPallini17-Mar-09 11:55 
GeneralRe: converting from binary number representation to floating-point representation Pin
Stuart Dootson17-Mar-09 13:36
professionalStuart Dootson17-Mar-09 13:36 
GeneralRe: converting from binary number representation to floating-point representation [modified] Pin
steve_o17-Mar-09 17:07
steve_o17-Mar-09 17:07 
QuestionRe: converting from binary number representation to floating-point representation Pin
CPallini17-Mar-09 22:42
mveCPallini17-Mar-09 22:42 
GeneralRe: converting from binary number representation to floating-point representation Pin
Stuart Dootson17-Mar-09 23:12
professionalStuart Dootson17-Mar-09 23:12 
GeneralRe: converting from binary number representation to floating-point representation Pin
steve_o18-Mar-09 11:08
steve_o18-Mar-09 11:08 
GeneralRe: converting from binary number representation to floating-point representation Pin
Stuart Dootson18-Mar-09 14:11
professionalStuart Dootson18-Mar-09 14:11 
QuestionChange Image in Excel Picture Object Pin
Sister Ray17-Mar-09 7:54
Sister Ray17-Mar-09 7:54 
QuestionWM_WINDOWPOSCHANING?? Pin
sam_psycho17-Mar-09 6:15
sam_psycho17-Mar-09 6:15 
AnswerRe: WM_WINDOWPOSCHANING?? Pin
Akt_4_U17-Mar-09 6:45
Akt_4_U17-Mar-09 6:45 

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.