Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

aleyah

@aleyah
About
Posts
13
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C in Visual C++
    A aleyah

    hello.. i have a problem with my program... i don't know how to call C function from C++ coding.. i already try use extern C, but it make my program illegal operation... how?? any one can help me!!?!?!? i hope someone can help me.. tq

    C / C++ / MFC c++ help tutorial question

  • C and Visual C++
    A aleyah

    i do as you write... but when i compile... it have this warning want.c(1957) : warning C4013: 'OpenLoginDlg' undefined; assuming extern returning int and i try to build exe... it appear Microsoft Visual C++ Debug Library... so what must i do now??

    C / C++ / MFC c++ help question

  • C and Visual C++
    A aleyah

    anyone can help me!!!!

    C / C++ / MFC c++ help question

  • menu bar
    A aleyah

    thanks... can you help me to solve my above problem... (c and visual c++)

    C / C++ / MFC c++ help tutorial

  • C and Visual C++
    A aleyah

    never mind for login dialog... but i want you to solve this problem... because this i my main problem........ this is my C code case IDC_OK: database db; //this i call function from c++ file db.Open(CRecordset::dynaset,"password); while(!db.IsEOF()) { if(db.m_userID == IDC_USER_NAME) { if(db.m_password == IDC_PASSWORD) { ShellExecute (NULL, "open", "d:\\games\\Same.exe",NULL,NULL,SW_SHOWNA); exit(0); } else { AfxMessageBox("Incorrect password!"); m_word=""; UpdateData(false); return; } } loginConn.MoveNext(); } but this error appear error C2065: 'database' : undeclared identifier error C2146: syntax error : missing ';' before identifier 'db' error C2065: 'db' : undeclared identifier error C2224: left of '.Open' must have struct/union typeerror C2065: 'CRecordset' : undeclared identifier error C2143: syntax error : missing ')' before ':'

    C / C++ / MFC c++ help question

  • menu bar
    A aleyah

    i do this void CMainFrame::OnLogin() { login dlg; dlg.DoModal(); } but this error appear!! error C2065: 'login' : undeclared identifier error C2146: syntax error : missing ';' before identifier 'dlg' error C2065: 'dlg' : undeclared identifier error C2228: left of '.DoModal' must have class/struct/union type

    C / C++ / MFC c++ help tutorial

  • C and Visual C++
    A aleyah

    where to i post my code in this forum??

    C / C++ / MFC c++ help question

  • menu bar
    A aleyah

    thanks... it's work, but can you tell me how to appear the dialog box after we click the menu bar?????

    C / C++ / MFC c++ help tutorial

  • C and Visual C++
    A aleyah

    Hello.. I want to know something! In Visual C++ also can use C code, but can or not C code in same project call C++ function?? like this, my C code is in what.c and I want to call function in loginDlg.C++, the function name is CLoginDLg... i try do this in file what.c CLoginDlg dlg; dlg.DoModal(); but this error appear when i compile it error C2065: 'CLoginDlg' : undeclared identifier error C2146: syntax error : missing ';' before identifier 'dlg' error C2065: 'dlg' : undeclared identifier error C2224: left of '.DoModal' must have struct/union type anybody can help me.. or i do wrong!!??

    C / C++ / MFC c++ help question

  • menu bar
    A aleyah

    hi all; I am writting an MFC app using the Doc/View and MDI. My problem is my additional menu bar was grayed and can not click but i dont set it as grayed. And the original menu bar was appear and can click on it. So how to solve this problem.

    C / C++ / MFC c++ help tutorial

  • error C2504
    A aleyah

    hello.. anybody can help me? Please help me to solve this error problem : "error C2504: 'CRecordset' : base class undefined" tq..

    C / C++ / MFC help question

  • user login
    A aleyah

    but how to write in visual c++ code???

    C / C++ / MFC c++ database help

  • user login
    A aleyah

    hello; i new in Visual C++, so i need some help to how do compare user input (ID and password) with data in my database file. and now i use Ms Access as my database file... please help me... thanks

    C / C++ / MFC c++ database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups