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
1

1 5kg

@1 5kg
About
Posts
7
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to save a flash file created with a object as a gif/jpg/bmp file?
    1 1 5kg

    ...... zhong guo ren? ============================== My English is poor, please never mind:)

    The Lounge csharp adobe tutorial question

  • I want to get all Messages that I participated in a discussion. Can i do it?
    1 1 5kg

    I found it! haha~~ Thank you!! ============================== My English is poor, please never mind:)

    The Lounge question discussion

  • I want to get all Messages that I participated in a discussion. Can i do it?
    1 1 5kg

    Thank you~~~ ============================== My English is poor, please never mind:)

    The Lounge question discussion

  • about overload : operate new
    1 1 5kg

    I know i should overload this operater new, such as: void* operater new(size_t n, FILE *fp) { // some code } Now I want to get this object A(10) in the operater new function, so i can save this object's value. But as you know, the construct function always be implemented after operate new funtction, How do I now? My English is poor, please never mind:)

    C / C++ / MFC help tutorial question

  • DLL Registeration Issue
    1 1 5kg

    void CDllRegisterServerDlg::RunDllFunc(CString strFuncName) { CString strMsg; UpdateData(TRUE); HINSTANCE h=::LoadLibrary(m_strDllName); //dll name if(h == NULL) { strMsg.Format("Find not File: %s.", m_strDllName); MessageBox(strMsg,"Find File",MB_OK); return; } FARPROC pFunc= ::GetProcAddress((HMODULE)h,strFuncName); if(pFunc ==NULL) { strMsg.Format("Find not %s Function"); MessageBox(strMsg,"Find Function",MB_OK); return; } if(S_OK==(*pFunc)())//(*pFunc)()) { strMsg.Format("Ok: %s to %s succeeded.",strFuncName,m_strDllName); } else { strMsg.Format("Eorr: %s to %s eorr.",strFuncName,m_strDllName); } MessageBox(strMsg); } Use these code on debug mode, you can find the dll file which you missed~

    C / C++ / MFC help com csharp c++ visual-studio

  • debug vs release
    1 1 5kg

    1. variable initial 2. windows own-message

    C / C++ / MFC help visual-studio data-structures debugging question

  • about overload : operate new
    1 1 5kg

    I want to get this code: // --> class A { public: A(int a) { m_a = a; } public: int m_a; }; FILE *fp = fopen("C:\\test.txt", "wt"); A* obj = new (fp) A(10); fclose(fp); // <-- When this code run over, the C:\test.txt file will be written in 10. Just as A(10). In other words, the operate new Function can save A(10) before A construct function implement. I can't solve it! My project have the same codes, but I have no sourcecode. I want to know how to do? I need your help~~~~ Thanks a lot~~~

    C / C++ / MFC help tutorial question
  • Login

  • Don't have an account? Register

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