Advertisement

Linking assembler files with VC6

Started by June 09, 2001 06:05 AM
0 comments, last by chimplp 23 years, 8 months ago
Can anyone tell me (or point me to a site that has info on) how to get VC6 to build assembler files and link them into my program? I have the latest processor pack. I don''t really want to make my .obj files and then manually add them to my project each time... Thanks
Look into the file VC98/PPreadme.htm in your Visual Studio directory (it should have been installed by the processor pack). On the bottom of the page you''ll find a description of how to create a custom build rule for .asm files.

This topic is closed to new replies.

Advertisement