class cFundamentals
{
public:
cFundamentals(void);
};
Circular mainWindow <- mainWindow.o dependancy dropped
pls i will like the solution to this error be forwarded to my mail box segxy2708@yahoo.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please take a moment and post your "Basic 3", they are covered in the thread titled
"Please Read Before Posting a Question"
It is also not appropriate to ask for answered via email. Questions asked on the
forum should be answered in the forum.
Thanks,
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-08-29
The information in the build log is all useful information. Don't extract only the bit you think is important or paraphrase it - if you knew that much you would not have the problem!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know it looks like English is not the first language for the person who
posted this, but this still comes across as an order, the sort of a way your
boss would tell you they need you to do something:
"pls i will like the solution to this error be forwarded to my mail box segxy2708@yahoo.com"
of course, you boss might add "by close of business today" - but you get the point.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
pls while trying to write a win32 application from an empty project,the following error was displayed
this are the codes
include <windows.h>
include <windowsx.h>
include ".\fundamentals.h"
using namespace system:windows:forms;
cFundamentals::cFundamentals(void)
{
}29/08/07 14:41
int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdShow,int nCmdShow)
{
cFundamentals *frmMain;
frmMain=new cFundamentals();
return 0;
}
fundamentals.h
include <iostream>
class cFundamentals
{
public:
cFundamentals(void);
};
Circular mainWindow <- mainWindow.o dependancy dropped
pls i will like the solution to this error be forwarded to my mail box segxy2708@yahoo.com
Please take a moment and post your "Basic 3", they are covered in the thread titled
"Please Read Before Posting a Question"
It is also not appropriate to ask for answered via email. Questions asked on the
forum should be answered in the forum.
Thanks,
Wayne
The information in the build log is all useful information. Don't extract only the bit you think is important or paraphrase it - if you knew that much you would not have the problem!
I know it looks like English is not the first language for the person who
posted this, but this still comes across as an order, the sort of a way your
boss would tell you they need you to do something:
"pls i will like the solution to this error be forwarded to my mail box segxy2708@yahoo.com"
of course, you boss might add "by close of business today" - but you get the point.
Wayne