Click here to Skip to main content
15,920,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 11 digit numbers Pin
GameProfessor22-May-07 16:39
GameProfessor22-May-07 16:39 
QuestionTrouble making a custom mfc control... Pin
CoffeeAddict1922-May-07 12:14
CoffeeAddict1922-May-07 12:14 
AnswerRe: Trouble making a custom mfc control... Pin
Optimus Chaos22-May-07 20:29
Optimus Chaos22-May-07 20:29 
AnswerRe: Trouble making a custom mfc control... Pin
Mark Salsbery23-May-07 6:52
Mark Salsbery23-May-07 6:52 
Questiondll to lib Pin
llp00na22-May-07 11:37
llp00na22-May-07 11:37 
AnswerRe: dll to lib Pin
User 58385222-May-07 19:39
User 58385222-May-07 19:39 
GeneralRe: dll to lib Pin
llp00na23-May-07 1:56
llp00na23-May-07 1:56 
AnswerRe: dll to lib Pin
Mark Salsbery23-May-07 6:55
Mark Salsbery23-May-07 6:55 
You can't create a static link library from a DLL. Do you mean create an import library from a
DLL? If so, if you have the source code to build the DLL, then you can set up your project to
create the lib when the dll is built. If you need an import library for a DLL that you DON'T
have the source for, try How To Create 32-bit Import Libraries Without .OBJs or Source[^]

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

QuestionAccessing the CView class from the CWinApp class? Pin
MasterShin22-May-07 11:03
MasterShin22-May-07 11:03 
AnswerRe: Accessing the CView class from the CWinApp class? Pin
Arman S.22-May-07 19:55
Arman S.22-May-07 19:55 
QuestionBitmap sappear as different colors Pin
Reagan Conservative22-May-07 9:56
Reagan Conservative22-May-07 9:56 
QuestionRe: Bitmap sappear as different colors Pin
CPallini22-May-07 10:08
mveCPallini22-May-07 10:08 
AnswerRe: Bitmap sappear as different colors Pin
Reagan Conservative22-May-07 10:17
Reagan Conservative22-May-07 10:17 
QuestionRe: Bitmap sappear as different colors Pin
Mark Salsbery23-May-07 6:58
Mark Salsbery23-May-07 6:58 
AnswerRe: Bitmap sappear as different colors Pin
Reagan Conservative23-May-07 8:03
Reagan Conservative23-May-07 8:03 
GeneralRe: Bitmap sappear as different colors Pin
Mark Salsbery23-May-07 8:55
Mark Salsbery23-May-07 8:55 
GeneralRe: Bitmap sappear as different colors Pin
Reagan Conservative23-May-07 9:27
Reagan Conservative23-May-07 9:27 
GeneralRe: Bitmap sappear as different colors Pin
Mark Salsbery23-May-07 12:35
Mark Salsbery23-May-07 12:35 
GeneralRe: Bitmap sappear as different colors Pin
Reagan Conservative24-May-07 3:10
Reagan Conservative24-May-07 3:10 
GeneralRe: Bitmap sappear as different colors Pin
Mark Salsbery24-May-07 5:17
Mark Salsbery24-May-07 5:17 
GeneralRe: Bitmap sappear as different colors Pin
Reagan Conservative24-May-07 5:56
Reagan Conservative24-May-07 5:56 
QuestionRe: Bitmap sappear as different colors Pin
Mark Salsbery24-May-07 6:17
Mark Salsbery24-May-07 6:17 
AnswerRe: Bitmap sappear as different colors Pin
Reagan Conservative24-May-07 6:22
Reagan Conservative24-May-07 6:22 
GeneralRe: Bitmap sappear as different colors Pin
Mark Salsbery24-May-07 6:30
Mark Salsbery24-May-07 6:30 
GeneralRe: Bitmap sappear as different colors Pin
Reagan Conservative24-May-07 6:35
Reagan Conservative24-May-07 6:35 

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.