home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / ADVANCED_C2163659282009.psc / @PSC_ReadMe_72494_1.txt
Text File  |  2009-09-28  |  2KB  |  40 lines

  1. Title: ADVANCED COMPILER AND LINKER
  2. Description: These Two Programs Allow you to have complete control 
  3. over how your project is compiled and linked
  4. I originally had a linker in with my Make Windows DLL 
  5. files submission this is newer than the linker helper 
  6. provided with that
  7. Advanced linker allows you to:
  8. Change or add commands going to the linker to change 
  9. the base address, file name, entry point, even make 
  10. console programs, and change the version of windows 
  11. your program will run on and just about everything 
  12. else C++ lets you change.
  13. Advanced Compiler allows you to:
  14. Add or Remove Commands Going to the compiler
  15. to change to Multi Threaded applications, Processor 
  16. optimizations, stack probes and just about everything 
  17. C++ lets you change. Even an option to save all .obj 
  18. and intermediate files from your program
  19. Well documented and brings up a switches window when you 
  20. don't supply arguments, with all the possible switches you may use.
  21. Simply add CMDFILE.TXT to your programs directory to supply 
  22. linker arguments. Add COMPFILE.TXT to your programs 
  23. directory to add or remove Compiler arguments.
  24. Link makes a log of the linkers output and all commands 
  25. sent before and after (use /Verbose in CMDFILE.TXT to see each pass)
  26. C2 Makes a log of the compiler Output and commands before and 
  27. after for each file anytime COMPFILE.TXT is present in the 
  28. programs directory and with the *-Save switch it'll save all 
  29. files to a directory named 'Obj Files'.
  30. These programs just 'intercept' the commands to the linker and 
  31. compiler from the IDE allowing you to change or add commands.
  32. Take Complete Control over your IDE today
  33. after compiling and adding the Linker and Compiler to your VB Directory 
  34. (Rename C2.exe to C3.exe and Link.exe to LinkLnk.exe First!).
  35. Comments Appreciated!
  36. This file came from Planet-Source-Code.com...the home millions of lines of source code
  37. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=72494&lngWId=1
  38.  
  39. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  40.