<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for Using the Embarcadero discussion forums</title>
<link rel="alternate" type="text/plain" href="http://edn.embarcadero.com/article/38435" title="Using the Embarcadero discussion forums" />
<link rel="self" type="application/atom+xml" href="http://edn.embarcadero.com/article/38435/feed" title="Comments for Using the Embarcadero discussion forums" />
<id>http://edn.embarcadero.com/article/38435</id>
<updated>2013-05-19T19:34:27-07:00</updated>
<entry>
<title>XE2 C++ builder compatible with vtk5.10.1</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43899</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43899</id>
<updated>2013-05-12T23:57:00-07:00</updated>
<published>2013-05-12T23:57:00-07:00</published>
<summary>XE2 C++ builder compatible with vtk5.10.1</summary>
<content>Hi,AM using xe2 c++ builder. when i tried to compile VTK 5.10.1 for xe2 c++ builder using cMake, its throwing error.Can any one let me the whether xe2 c++ builder is compatible with VTK 5.10.1 and if it's compatible can you send me the Process of compiling using CMake.Thanks and Regards:kumar</content>
</entry>
<entry>
<title>XE2 C++ builder compatible with vtk5.10.1</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43898</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43898</id>
<updated>2013-05-12T23:56:46-07:00</updated>
<published>2013-05-12T23:56:46-07:00</published>
<summary>XE2 C++ builder compatible with vtk5.10.1</summary>
<content>Hi,AM using xe2 c++ builder. when i tried to compile VTK 5.10.1 for xe2 c++ builder using cMake, its throwing error.Can any one let me the whether xe2 c++ builder is compatible with VTK 5.10.1 and if it's compatible can you send me the Process of compiling using CMake.Thanks and Regards:kumar</content>
</entry>
<entry>
<title>Problem Mcombobox in html5 builder</title>
<author>
<name>Ivan Peralta</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43897</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43897</id>
<updated>2013-05-11T09:26:06-07:00</updated>
<published>2013-05-11T09:26:06-07:00</published>
<summary>Problem Mcombobox in html5 builder</summary>
<content>im tryng to select a data from a Mcombobox, but the web page clear the content when I try to select a value from the Mcombobox?</content>
</entry>
<entry>
<title>Unable to access function defined in library (dll) from Executable</title>
<author>
<name>RAJESH AK</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43862</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43862</id>
<updated>2013-03-30T00:12:00-07:00</updated>
<published>2013-03-30T00:12:00-07:00</published>
<summary>Unable to access function defined in library (dll) from Executable</summary>
<content>I am using Builder XE2 architect version. While calling method defined in library(.lib) from an .exe, getting access violation at address error. Code guard log file is attached below. DISPLAY.DLL is library and GTSRS.exe is executable. Can anyone help on this.------------------------------------------------Error 00001. 0x100C00 (Thread 0x0D5C):Method called on invalid object: Attempt to access 108 byte(s) at 0x00000000.Call Tree:   0x009F593C(=DISPLAY.DLL:0x01:00493C) TDisplay.cpp#407   0x009F3690(=DISPLAY.DLL:0x01:002690) DispExp.cpp#365   0x0040E724(=GTSRS.exe:0x01:00D724) TGTSRSMain.cpp#345   0x005BD222(=GTSRS.exe:0x01:1BC222) Vcl.Forms.pas#9887   0x0047576A(=GTSRS.exe:0x01:07476A) System.Classes.pas#13878   0x77D48709(=USER32.DLL:0x01:007709)   0x77D487EB(=USER32.DLL:0x01:0077EB)   0x77D489A5(=USER32.DLL:0x01:0079A5)   0x77D489E8(=USER32.DLL:0x01:0079E8)   0x005BD920(=GTSRS.exe:0x01:1BC920) Vcl.Forms.pas#10161------------------------------------------Error 00002. 0x100600 (Thread 0x0D5C):Access in invalid memory: Attempt to access 4 byte(s) at 0x00000000+8.Call Tree:   0x009F5954(=DISPLAY.DLL:0x01:004954) TDisplay.cpp#414   0x009F3690(=DISPLAY.DLL:0x01:002690) DispExp.cpp#365   0x0040E724(=GTSRS.exe:0x01:00D724) TGTSRSMain.cpp#345   0x005BD222(=GTSRS.exe:0x01:1BC222) Vcl.Forms.pas#9887   0x0047576A(=GTSRS.exe:0x01:07476A) System.Classes.pas#13878   0x77D48709(=USER32.DLL:0x01:007709)   0x77D487EB(=USER32.DLL:0x01:0077EB)   0x77D489A5(=USER32.DLL:0x01:0079A5)   0x77D489E8(=USER32.DLL:0x01:0079E8)   0x005BD920(=GTSRS.exe:0x01:1BC920) Vcl.Forms.pas#10161------------------------------------------Error 00003. 0x100C00 (r) (Thread 0x0D5C):Method called on invalid object: Attempt to access 108 byte(s) at 0x00000000.Call Tree:   0x009F593C(=DISPLAY.DLL:0x01:00493C) TDisplay.cpp#407   0x009F3690(=DISPLAY.DLL:0x01:002690) DispExp.cpp#365   0x0040E78C(=GTSRS.exe:0x01:00D78C) TGTSRSMain.cpp#359   0x005BD353(=GTSRS.exe:0x01:1BC353) Vcl.Forms.pas#9919   0x0047576A(=GTSRS.exe:0x01:07476A) System.Classes.pas#13878   0x77D48709(=USER32.DLL:0x01:007709)   0x77D487EB(=USER32.DLL:0x01:0077EB)   0x77D489A5(=USER32.DLL:0x01:0079A5)   0x77D489E8(=USER32.DLL:0x01:0079E8)   0x005BD920(=GTSRS.exe:0x01:1BC920) Vcl.Forms.pas#10161------------------------------------------Error 00004. 0x100600 (r) (Thread 0x0D5C):Access in invalid memory: Attempt to access 4 byte(s) at 0x00000000+8.Call Tree:   0x009F5954(=DISPLAY.DLL:0x01:004954) TDisplay.cpp#414   0x009F3690(=DISPLAY.DLL:0x01:002690) DispExp.cpp#365   0x0040E78C(=GTSRS.exe:0x01:00D78C) TGTSRSMain.cpp#359   0x005BD353(=GTSRS.exe:0x01:1BC353) Vcl.Forms.pas#9919   0x0047576A(=GTSRS.exe:0x01:07476A) System.Classes.pas#13878   0x77D48709(=USER32.DLL:0x01:007709)   0x77D487EB(=USER32.DLL:0x01:0077EB)   0x77D489A5(=USER32.DLL:0x01:0079A5)   0x77D489E8(=USER32.DLL:0x01:0079E8)   0x005BD920(=GTSRS.exe:0x01:1BC920) Vcl.Forms.pas#10161------------------------------------------Error 00005. 0x100C00 (r) (Thread 0x0D5C):Method called on invalid object: Attempt to access 108 byte(s) at 0x00000000.Call Tree:   0x009F593C(=DISPLAY.DLL:0x01:00493C) TDisplay.cpp#407   0x009F3690(=DISPLAY.DLL:0x01:002690) DispExp.cpp#365   0x0040E724(=GTSRS.exe:0x01:00D724) TGTSRSMain.cpp#345   0x005BD222(=GTSRS.exe:0x01:1BC222) Vcl.Forms.pas#9887   0x005B7B73(=GTSRS.exe:0x01:1B6B73) Vcl.Forms.pas#6218   0x005F0E37(=GTSRS.exe:0x01:1EFE37) Vcl.Controls.pas#7204   0x005F5784(=GTSRS.exe:0x01:1F4784) Vcl.Controls.pas#9976   0x005B4817(=GTSRS.exe:0x01:1B3817) Vcl.Forms.pas#4341   0x005F4DD7(=GTSRS.exe:0x01:1F3DD7) Vcl.Controls.pas#9689   0x0047576A(=GTSRS.exe:0x01:07476A) System.Classes.pas#13878   0x77D48709(=USER32.DLL:0x01:007709)   0x77D487EB(=USER32.DLL:0x01:0077EB)   0x77D4B743(=USER32.DLL:0x01:00A743)   0x77D4B7AB(=USER32.DLL:0x01:00A7AB)   0x5AD9881F(=uxtheme.dll:0x01:02781F)------------------------------------------Error 00006. 0x100600 (r) (Thread 0x0D5C):Access in invalid memory: Attempt to access 4 byte(s) at 0x00000000+8.Call Tree:   0x009F5954(=DISPLAY.DLL:0x01:004954) TDisplay.cpp#414   0x009F3690(=DISPLAY.DLL:0x01:002690) DispExp.cpp#365   0x0040E724(=GTSRS.exe:0x01:00D724) TGTSRSMain.cpp#345   0x005BD222(=GTSRS.exe:0x01:1BC222) Vcl.Forms.pas#9887   0x005B7B73(=GTSRS.exe:0x01:1B6B73) Vcl.Forms.pas#6218   0x005F0E37(=GTSRS.exe:0x01:1EFE37) Vcl.Controls.pas#7204   0x005F5784(=GTSRS.exe:0x01:1F4784) Vcl.Controls.pas#9976   0x005B4817(=GTSRS.exe:0x01:1B3817) Vcl.Forms.pas#4341   0x005F4DD7(=GTSRS.exe:0x01:1F3DD7) Vcl.Controls.pas#9689   0x0047576A(=GTSRS.exe:0x01:07476A) System.Classes.pas#13878   0x77D48709(=USER32.DLL:0x01:007709)   0x77D487EB(=USER32.DLL:0x01:0077EB)   0x77D4B743(=USER32.DLL:0x01:00A743)   0x77D4B7AB(=USER32.DLL:0x01:00A7AB)   0x5AD9881F(=uxtheme.dll:0x01:02781F)------------------------------------------Thanks in advance.</content>
</entry>
<entry>
<title>Managing Excel with Delphi XE3</title>
<author>
<name>bernard jean</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43836</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43836</id>
<updated>2013-03-06T06:22:08-08:00</updated>
<published>2013-03-06T06:22:08-08:00</published>
<summary>Managing Excel with Delphi XE3</summary>
<content>Hello,I have an application built with Delphi 7 and managing Excel 97 (mainly opening *.xls files and extracting data).Now I would like to manage Excel 2010 files (*.xlsx).Which product version of Delphi I need to get ? XE3 Pro ? Enterprise ? Ultimate ?Do I need to modify my source code to comply with the Excel 2010 component ?Best Regard,JB</content>
</entry>
<entry>
<title>Delphi XE2 Consuming WCF Service...</title>
<author>
<name>David Durango</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43824</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43824</id>
<updated>2013-02-21T07:13:34-08:00</updated>
<published>2013-02-21T07:13:34-08:00</published>
<summary>Delphi XE2 Consuming WCF Service...</summary>
<content>Where can I find more guidance in this subject. I'm able to consume a service but no able to deploy. Am I on the rigth forum?</content>
</entry>
<entry>
<title>moving xe2 projects to different disks</title>
<author>
<name>Larry Everett</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43812</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43812</id>
<updated>2013-02-10T22:29:57-08:00</updated>
<published>2013-02-10T22:29:57-08:00</published>
<summary>moving xe2 projects to different disks</summary>
<content>I want to move projects to different disks for backup or consolidation but have trouble doing so.  Loading a project and then saving as to a new disk created a project with links to the old disk folders.  Just copying the files some times results in windows (win7) complaining that some disk (windows internal name) is not found (over and over until I kill the process).  I have tried to edit the project file, but this is both complicated and not always successful.Is there a better way?Thanks </content>
</entry>
<entry>
<title>[ilink32 Error] Error: Unable to open file 'TEE...</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43748</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43748</id>
<updated>2012-11-28T07:40:16-08:00</updated>
<published>2012-11-28T07:40:16-08:00</published>
<summary>[ilink32 Error] Error: Unable to open file 'TEE...</summary>
<content>I have a clean install of &quot;C++ Builder XE3 pro&quot; on a clean Windows 7 PC. When tried to build an old project i got the following error:[ilink32 Error] Error: Unable to open file 'TEERESOU.RES'[ilink32 Error] Error: Unable to open file 'TEEFONTS.RES'I noticed that these files are missing on my PC. Why are these files missing in &quot;C++ Builder XE3 pro&quot;? How do i get these files? Are these files form a third party component?</content>
</entry>
<entry>
<title>Bug reports</title>
<author>
<name>Keil Oliver</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43731</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43731</id>
<updated>2012-11-12T12:34:34-08:00</updated>
<published>2012-11-12T12:34:34-08:00</published>
<summary>Bug reports</summary>
<content>Hi guys, I am new to this forum and to this portal.I have prepared a bug report example (zip file with data and source code) and just want to send this to the c++ guys to help them improve their product.However I cannot find any email address here to upload that stuff.Any suggestions welcome, thanks.</content>
</entry>
<entry>
<title>Can't load package Error</title>
<author>
<name>Harry Direen</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=43725</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=43725</id>
<updated>2012-11-06T10:32:55-08:00</updated>
<published>2012-11-06T10:32:55-08:00</published>
<summary>Can't load package Error</summary>
<content>I have a new installation of Delphi 2007 on a Windows 7-64bit computer.  I installed Delphi with default settings.  The issue I am having is building and loading 3rd party library packages.  These are library packages I had working with Delphi 2007 on an XP machine.  When I build a library package the code builds without error.  After the build is complete and the &quot;OK&quot; button is hit, I receive the error message:&quot;Can't load package 'Q408_r110'.  The system cannot find the file specified'.  Q408_r110 is the specific library package.  I run into this same issue for all libraries that I build.I have tried a number of things to resolve this issue but so far nothing has helped.Please help.Thanks. </content>
</entry>
</feed>
