Jump to content

thomedy

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. i read that 'infile' inherits from IBX so i tried to do this it seems to be working ill update if necessary UPDATE _ this is not the answer/solution haha
  2. im getting this error i have traced it to a small block of code by IBX that sets the sqlda_version to 2 how can i set it to 1 so i dont have to do a major refactor just yet i can see that the header sets it to a const im hoping for a solution that doesn't involve massive restructuring yet maybe i have to opt for a interbase alternative though Im googling i just thought i might ask
  3. Im trying to include version info into my release it is a group proj with about 10 applications I am not the original author I am a new dev on this proj with limited delphi experience Most of the apps version info are included I have clicked include version info all the configurations say version info is included I CANNOT get the version info to include into the exe
  4. thomedy

    Proj finding wrong VCL

    agreed but i did it anyway for easier comparison this project had millions of lines of code when i stepped into it and decades of dev time i have alot to learn i cant tell if rebuilding the dproj fixed it yet because im still reassembling search paths
  5. thomedy

    Proj finding wrong VCL

    Im going to google how to perform this action like i said i inherited this project from a previous dev and up until this project i had not touched delphi <edit/update> I got it rebuilt
  6. thomedy

    Proj finding wrong VCL

    yeah the same thing and just so i have said this i have done that before and i usually clean first redactedHostTransfer.dproj I should also ssay i only get this error when i set debug dcu's to true with that setting at false i get no errors at build time I get an access violation at run time [dcc64 Fatal Error] projname.dpr(33): E2213 Bad packaged unit format: c:\program files (x86)\embarcadero\studio\22.0\lib\Win64\debug\vcl.dcp.Vcl.Forms - Expected version: 35.0, Windows Unicode(x64) Found version: 110.101, Android(CIL)
  7. thomedy

    Proj finding wrong VCL

    I inherited this project from the prev author/dev and im new to delphi let me try right now
  8. thomedy

    Proj finding wrong VCL

    Im using Delphi 11.3 I have a project using VCL It is finding the wrong library I cant find why error message [dcc64 Fatal Error] projname.dpr(33): E2213 Bad packaged unit format: c:\program files (x86)\embarcadero\studio\22.0\lib\Win64\release\vcl.dcp.Vcl.Forms - Expected version: 35.0, Windows Unicode(x64) Found version: 96.0, Windows Ansi(CIL) I should say 32 bit works fine And other proj in this group proj use vcl and they work fine in 32 and 64 bit Im somewhat new to delphi please help thanks
×