CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BillC

Search: Search took 0.03 seconds.

  1. Re: Cannot create connection object - SqlConnection type initializer throws an except

    While I was waiting for someone to offer a solution I kept at it and after much searching of InnerExceptions finally stumbled upon the answer. Deep in the InnerExceptions was one that said "String...
  2. Cannot create connection object - SqlConnection type initializer throws an exception

    After a 4 year absence during which I was coding C# I've returned to a C++ application in order to add code to access a SQL Server 2008 R2 database. In order to get started using managed code in C++...
  3. Can I create a limited-use version of a library?

    Hello. Our company helps migrate client software from other languages to C++. We provide them C++ source code for their application along with header files and compiled libraries for runtime support...
  4. Replies
    0
    Views
    645

    C++ Developer for Heap Manager Project

    We have a C++ application that needs named shared memory heaps in addition to a local heap for use by any type of object. In order to implement this we overrode C++’s global new and delete operators...
  5. Replies
    2
    Views
    7,446

    Placement new problem

    We have project that requires a special memory allocator so I am trying to overload the new and placement new operators. No matter what I try, I keep getting a syntax error from VS 2005 that says: ...
  6. Thread: LNK2005 Error

    by BillC
    Replies
    0
    Views
    3,294

    LNK2005 Error

    I have a C++ project that has been compiling and linking without problems. Recently we added code to override the global new and delete operators and now the project fails to link with the error:...
  7. Replies
    0
    Views
    744

    Shared Memory Manager Needed

    We have a need for multiple programs to call functions in a common library. The library functions access and update a common global memory. Each program’s function calls need to see this common...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured