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

a_kiani

@a_kiani
About
Posts
22
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • error in COM object
    A a_kiani

    Dear all, I have a C++ unmanaged COM object which is being used in a C## application. Sometimes, when I raise event from COM object I get an HRESULT with below message: The process cannot access the file because it is being used by another process. I can not understand how this message relates to event raising. Please help me about this weird situation If you have similar experience. Regards

    C / C++ / MFC help csharp c++ com

  • Allocating Memory from Physical Memory not Virtual Memory?
    A a_kiani

    Thanks a lot 4 ur excellent answer :) .

    C / C++ / MFC question c++ performance

  • Allocating Memory from Physical Memory not Virtual Memory?
    A a_kiani

    Dear all, How can I tell c++ to allocate memory from Physical RAM, not virtual memory (on WinXP). Thanks in advance, Regards

    C / C++ / MFC question c++ performance

  • bool?
    A a_kiani

    This line of code first evaluates the condition 'Addr == true'. Then, if the condition is true assigns 1 to m, otherwise asssigns 5 to it.

    C / C++ / MFC question

  • FaxRegisterRoutingExtension Fails on Windows XP!!!!!!!!!
    A a_kiani

    Hi. Does anyone know why FaxRegisterRoutingExtension Fails on Windows XP while it succeeds on Windows 2000.

    IT & Infrastructure

  • FaxRegisterRoutingExtension Fails on Windows XP!
    A a_kiani

    Hi... Does anyone know why FaxRegisterRoutingExtension fails on Windows XP, while it succeeds on Windows 2000? Thanks very much

    C / C++ / MFC question

  • Fax Routing, Please Help
    A a_kiani

    I want to register a sample fax routing dll on Windows XP, I have found this sample DLL from Windows SDK. I can not register it, while on Windows 2000 it can be registerered. On Windows XP the error message is: "The modem did not accept the command sent to it. verify the configured modem matches the attached modem." Anyone could help me plase?

    Managed C++/CLI help question

  • A Question About VC++, CORBA and .Net
    A a_kiani

    Hi dear friends, Does anyone know how to use CORBA C++ Servers in .Net, I use a poroxy dll for connecting to CORBA servers. I want to port this proxy dll to managed, but I can not even compile it in VC 8.0 Please help me. Thanks very much.

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

  • A Question About CORBA & .Net
    A a_kiani

    Hi dear friends, Does anyone know how to use CORBA C++ Servers in .Net, I use a poroxy dll for connecting to CORBA servers. I want to port this proxy dll to managed, but I can not even compile it in VC 8.0 Please help me. Thanks very much.

    .NET (Core and Framework) csharp c++ help tutorial question

  • I need your help.
    A a_kiani

    Hi dear friends. I've ported a native (Unmanaged) C++ DLL to managed and used in .Net 2003. Now I'm going to use this ported DLL it in .Net 2005. I change the compiler option /clr to /clr:oldSyntax and compile with no error. But at run-time I get a exception when I want to use the DLL in a C# client. The error message is: MyDLL.dll is attempting managed execution inside OS loader lock. Do not attempt to run managed code inside a DLLMain... Anyone can help me?

    C# csharp c++ help dotnet question

  • How can I use a native DLL in .Net 2005?
    A a_kiani

    Hi dear friends. I've ported a native (Unmanaged) C++ DLL to managed and used in .Net 2003. Now I'm going to use this ported DLL it in .Net 2005. I change the compiler option /clr to /clr:oldSyntax and compile with no error. But at run-time I get a exception when I want to use the DLL in a C# client. The error message is: MyDLL.dll is attempting managed execution inside OS loader lock. Do not attempt to run managed code inside a DLLMain... Anyone can help me?

    .NET (Core and Framework) csharp c++ help question dotnet

  • Using Native C++ DLL in .Net
    A a_kiani

    I'm using a native C++ extension DLL in a MFC 7.0 application. The native DLL shows a dialog through DoModal using a dialog resource. DoModal produces an assertion (at GetResourceHandle() and GetModuleHandle()), How can I solve the problem?

    .NET (Core and Framework) c++ question csharp help learning

  • Adding ATL Support to MFC Extension DLLs?
    A a_kiani

    Hi, I want to add ATL support to an MFC extension DLL in VC++. You know that VC++ can add ATL support to regular DLLs but does not add this support to MFC extension DLLs. Is there any way to add ATL support to MFC extension DLLs. Should I convert the MFC extension DLL to a regular DLL first?

    C / C++ / MFC c++ question

  • Adding ATL Support to MFC DLL
    A a_kiani

    Hi, Thanks for your reply. I meant adding ATL support to an MFC extension DLL. You know that in VC++ 6.0 (and also later) you can not add ATL support to MFC extension DLLs but you can add this support to regular DLLs. Knowing this, can I add ATL support to MFC extension DLLs in the way you mentioned.

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

  • Adding ATL Support to MFC DLL
    A a_kiani

    Hi dear friends, I want to add ATL support to MFC DLL, Can you help me?

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

  • Please help me about Rational Test Manager
    A a_kiani

    I have a problem with Rational Robot. I can not record IIOP requests. Should I install any DLL? Please help me. Thanks very much.

    C / C++ / MFC help question

  • Please help me about Rational Test Manager
    A a_kiani

    Hi, I want to do performance test using Rational Test Manager. My application under test uses CORBA for remote calls. I can not record any script. Should I install some specific DLLs to record CORBA calls? If yes where can I find these DLLs? Thanks very much. The best regards.

    Collaboration / Beta Testing tools performance help question

  • Pictures in Html Help Workshop
    A a_kiani

    Hi, I have many problems with pictures inserted in my documents after I compile them in Html Help Workshop. Sometimes the pictures are nt shown. Anyone knows if this is a bug? Thanks

    C / C++ / MFC help html question

  • Pictures in Html Help Workshop
    A a_kiani

    Hi, I have many problems with pictures inserted in my documents after I compile them in Html Help Workshop. Sometimes the pictures are not shown. Anyone knows if this is a bug?

    Web Development help html question

  • Any one can help me about Html Help Workshop?
    A a_kiani

    Hi, Thanks for your care, I know that the solution you suggested works but because I have a lot of documents and I can't change all of them, I need to find a better solution. I know that Html help workshop also does not show some Jpeg pictures.

    Web Development help html 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