- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do CVF static libraries have to resolve _MAIN__ from dformain.obj? I keep hitting the ever popular lnk 2001 because of the _MAIN__ symbol but I can't imagine why it's ever referenced.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
_MAIN__ is the program entry point. What is the error text? Are you linking something that lacks a PROGRAM statement?
James
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does your static library make any calls to QuickWin routines? If so, you can use it with a QuickWin application only. It's the QuickWin library that references MAIN.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page