Re: using oracle client in C++ with Visual Studio 2005



On Jun 26, 6:07 pm, laurent <laurento...@xxxxxxxxx> wrote:
On Jun 26, 11:42 am, sybrandb <sybra...@xxxxxxxxx> wrote:

(snip)

i have a complete client. i actually tried a few of them. Instant
client and the one delivered with oracle XE both include a dll
(OCI.dll) which depends on the wrong version of the miscrosoft
runtime library, and cause random failures of my application, when an
object allocated by the old runtime gets freed in the new runtime. My
application builds and runs most of the time but random crashes are a
show stopper.

Laurent

Thats why you don't allocate memory in one module and deallocate it in
another.
If the OCI.dll needs this, then it's a crappy interface. (Yes, I know,
not very helpful here, sorry.)
Maybe you can come up with a workaround where the memory stuff is kept
to each module.
You could post a few code snippets, maybe we find a path to the
light :-)

cheers,
Martin

.



Relevant Pages

  • Re: VB6 Winsock action on Server
    ... separate dll instance for each client request process it, ... of your 'dll' (assuming it is an ActiveX-Dll? ...
    (microsoft.public.vb.general.discussion)
  • Re: VB6 Winsock action on Server
    ... file the dll must access. ... No one client request is related to any other. ... server could not possibly utilize the capabilities of the additional ...
    (microsoft.public.vb.general.discussion)
  • RE: SoapHttpClientProtocol request canceled
    ... Since this is only happening on the VB client, is there any chance that the ... The VB.NET exe and the VB6 exe both use VB.NET dll to sent request/response ... > inputHeaderer, String messageControlPayload, string inputMessage) ... > Imports System.ComponentModel ...
    (microsoft.public.dotnet.framework.webservices)
  • Running Client Side C# Using ASP.NET
    ... I found a great article a while ago about how to write client side C#. ... Use an object tag in the web page to download the dll onto the ... so I have written a .NET dll that launches a contained form. ... code works fine on other machines. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dumbass user or problem with regsvr32
    ... I decomissioned my last Win16 machine in 1999; I needed it to check out legacy code, ... I'm disinclined to ever develop another app to run on MS-DOS. ... that a client needs validation that the app can run on 4.0. ... >I once had similar errors because i was trying to register a dll on Win98 ...
    (microsoft.public.vc.mfc)