Hello! i create my software by Delphi 2010 for Windows, when i start my program by Wine 1.2.1 on linux i get error 80004002 "No such interface supported". I debug programm and found error code --- function TXMLDocument.SaveToStream(TMemoryStream); // Error --- stuff of the function unit XMLDoc; procedure TXMLDocument.SaveToStream(const Stream: TStream); begin CheckActive; DomPersist.saveToStream(Stream); SetModified(False); end; I found interfaces, may be it's help IDOMImplementation IDOMPersist IDOMDocument Can you fix this error in next versions? thank you Best Regards P.S. use wine 1.2.1
On Wed, Oct 5, 2011 at 4:32 AM, den123 <wineforum-user at winehq.org> wrote:> Hello! > i create my software by Delphi 2010 for Windows, when i start my program by Wine 1.2.1 on linux i get error 80004002 "No > such interface supported".Update to the latest development version, 1.3.29. Since you did not state which Linux distribution you are using, I cannot provide specific instructions on how to do this. James
ok! I use Ubuntu 10.10, and i have update Wine to 1.3.29 and my program start work without error! Very Good!!! Ok, now i can try to start my main application by wine and I get message " The program ROMViewer.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience" I have developing a remote control software the Litemanager and i try start Viewer by Wine. (http://www.litemanager.com/) I think the Wine project is a great!!!
How i can know what is the a source code (or functions, dll and etc.) is unknow for the Wine? Because i can try to change code of my program for compatiblity with Wine.
ok i found my bug, it was be not easy... I have a problem with functions CryptEncrypt CryptDecrypt http://msdn.microsoft.com/en-us/library/aa379924(v=VS.85).aspx i use secret key dwProvType := PROV_RSA_AES; dwAlgID := CALG_AES_256; dwSessionKeySize := 256; Very intresting that when encryptions data with size < 16 i don't have error, but if data size is >16 i will get error! If i use both of these functions in Windows or in Wine Ubuntu it's working without error. But if I Encrypt in Ubuntu and try Decrypt in Windows, CryptDecrypt get result error NTE_BAD_DATA. Can you test it ? Can you help me?
ok guys can you help me How can i determine that, is my program start by Wine?
Parking and reversing maneuvering are important skill Seattle Asian Escorts (Banned Web Site) Besides the highly annoying damages of failed backing maneuvers and the total Seattle Asian Escort (Banned Web Site) there is a connection between such light collisions and Seattle Escort (Banned Web Site) -- avoiding scrubbing other cars in the parking space helps avoiding more severe crashes on the Seattle Escorts (Banned Web Site) road!
ok i try to start prog with terminal and get log Code: wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b839fe2 (thread 0030), starting debugger... err:seh:setup_exception_record stack overflow 960 bytes in thread 0030 eip 7bc70d40 esp 00230f70 stack 0x230000-0x231000-0x330000 Process of pid=0031 has terminated No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded No process loaded, cannot execute 'echo Threads:' process tid prio (all id:s are in hex) 0000000e services.exe 0000001f 0 0000001e 0 00000015 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001a 0 00000019 0 00000014 0 00000013 0 0000001b plugplay.exe 00000020 0 0000001d 0 0000001c 0 00000021 explorer.exe 00000022 0 00000023 ROMViewer.exe 00000027 0 00000026 0 00000025 0 00000024 0 You must be attached to a process to run this command. No process loaded, cannot execute 'detach'