CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (4 messages)

#Can't bind no RC Message #269704
From: Mark Woodard Autodesk Multimedia Forum · Wishlist May 12, 1995 3:55 PM
Hello All, I know the subject text sounds like a double-negative, but here's my problem: I have a DLL that will not build with debug information. Here's the output in Visual Workbench (no MFC): ********************** Initializing… Compiling… c:\cw\efuncs\efuncs.cpp Command line warning D4004 :/G3 only available in optimizing compiler; assuming /G2…
Steve, I don't know if there is a copy of Brockschmidt's article on CIS or not. You might try looking in MSDN (Microsoft Developer Network). Mark
#30461 Checked listbox Message #30680
Jan, >thanks for the answer but you answered to my reply to Ed (Pinpoint, 76244,123) he was posting the original question about a listbox containing checkboxes. Sorry, Jan. Maybe CIS screwed up, or maybe WinCIM left off the part of your reply that identified it as a reply. Mark
#30142- Checked listbox Message #30289
Jan, I've recently done just what you arf asking about. I'm sorry I can't mail you my code, but I can tell you how I did it. Create a class derived from CListBox. When the listbox is created (either dynamically or in AppStudio) give it the styles LBS_OWNERDRAWNFIXED and LBS_HASSTRINGS.…