Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Card Vault Forums > Card Vault
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
ikazuchi at cryhavok.org
Guest
 
Posts: n/a

Old August 18th, 2003, 10:51 AM
I understand the diffuculties in porting a program from one OS to
another. I am extremely interested in using CV, but am without a
Windows box.

Using CV 1.2 and Codeweaver's crossover office version of wine, and
transgaming's winex I recieve a 'Failed to access pre-defined
sources.'error, mentioned by another user earlier.

Unfortuneately, that is the only error I recieve. Is there anyway to
acquire other debug information to pass along to the devs to possibly
work through this issue?

-D-


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LId...sNAA/WuQolB/TM
---------------------------------------------------------------------~->
  #1 Reply With Quote
rob
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 8,232

Old August 18th, 2003, 09:10 PM
OK. From looking at the code, here is a list of the things that could be
failing that would generate the error specified....

1. Loading a bitmap resource by id from the "resource.dll" file. This is a
resource only DLL that is loaded via an explicit LoadLibrary API call
instead of using an implicit library.
2. Creating a static control window (HIGHLY unlikely this would cause any
problems).
3. Sizing and position the containing form window (again, highly unlikely
to be the problem).
4. Setting the Z order of the splash window to force it on top of all other
windows via SetWindowPos (again, unlikely but possible).
5. Capturing mouse activity to the splash window via SetCapture.
6. Creating a timer via SetTimer. All timers are processed within a
separately created thread to ensure good responsiveness. This thread
creates a static window that then processes messages, waiting for the timer
message to be triggered. The thread itself is already created and running
well prior to the code that is failing, so the thread should not be the
issue, although the timer itself could be.

That's the complete list of things that are being done within the code that
is failing. Hopefully, this will yield some useful bits for the developers
to look into. :-)

Thanks, Rob

At 06:51 PM 8/18/2003 +0000, you wrote:
>I understand the diffuculties in porting a program from one OS to
>another. I am extremely interested in using CV, but am without a
>Windows box.
>
>Using CV 1.2 and Codeweaver's crossover office version of wine, and
>transgaming's winex I recieve a 'Failed to access pre-defined
>sources.'error, mentioned by another user earlier.
>
>Unfortuneately, that is the only error I recieve. Is there anyway to
>acquire other debug information to pass along to the devs to possibly
>work through this issue?
>
>-D-


---------------------------------------------------------------------------
Rob Bowes (rob@wolflair.com) (559) 658-6995
Lone Wolf Development www.wolflair.com


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LId...sNAA/WuQolB/TM
---------------------------------------------------------------------~->
rob is offline   #2 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CardVault in Linux Mur Card Vault 0 August 29th, 2005 06:08 AM
CardVault and Linux rob Card Vault 1 January 15th, 2003 02:55 AM
AB in Linux - Wine ringsnake at yahoo.com Army Builder 0 January 14th, 2003 12:38 PM
CardVault and Linux stend at spamcop.net Card Vault 6 December 25th, 2002 10:14 PM
AB in Linux - Wine fsajl at uaf.edu Army Builder 1 December 20th, 2002 07:05 PM


All times are GMT -8. The time now is 11:00 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.