Beiträge von bb

    Hi Julian,

    I have not installed the demo before.

    My company is looking at buying a site license and the problems I am having are proving to be a stumbling block. If someone from WPCubed could contact me directly to work through the issue I am having it would be very helpful.

    Regards,
    Ben

    Hi Julian,

    My collegues are using the same compiler on the same os (Windows 7 64bit).

    Here is the callstack when one of the exception occurs.

    :00510001 ; C:\temp\SimpleMemo\Simple.exe
    :00a6496e ; C:\Windows\SysWOW64\WPT600Demo.dll
    :777e9930 ; ntdll.dll
    :7782db99 ; ntdll.dll
    :7781be25 ; ntdll.dll
    :77802120 ntdll.RtlGetNtVersionNumbers + 0x9b
    :77800bda ntdll.RtlSetUnhandledExceptionFilter + 0x50
    :777e9e59 ntdll.LdrInitializeThunk + 0x10

    So the external DLL was loaded correctly.

    Hello,

    I am getting a crash when using the WPTools Demo projects.

    Every demo project I have tried behaves the same as well as any test project I create myself. For example for the project

    C:\Program Files (x86)\WPTools\Demos\Tasks\SimpleMemo

    I added C:\Program Files (x86)\WPTools\D2010 to the project search path. Upon launching the program from the debugger I get the following exception.

    ---------------------------
    Debugger Exception Notification
    ---------------------------
    Project Simple.exe raised exception class $C0000005 with message 'access violation at 0x00550003: read of address 0x0000005d'.
    ---------------------------
    Break Continue Help
    ---------------------------

    I am using Delphi 2010 with Update 3, Update 4 and Update 5. And
    installed the demo:

    VCL Demo V6 for Delphi 2010 Win32 (8 MB): http://www.wpcubed.com/ftp/wpt6demo_d13.exe

    If i run the Simple.exe program outside of the Delphi debugger there is no crash. And two collegues have run build and debugged the demo projects succesfully.

    Many Thanks