Search found 401 matches

by jomitech
Tue Jun 14, 2011 10:41 am
Forum: General
Topic: TCompile fails on command line Win7/64 bit
Replies: 8
Views: 19357

Re: TCompile fails on command line Win7/64 bit

No, the TwineCompile MSBuild assembly has no issues with brackets in the path. Try this: 1. Create a registry key called: HKEY_LOCAL_MACHINE\SOFTWARE\JomiTech\TwineCompile Note that I've left out the Wow6432Node. 2. Create a string value called InstallPath in there, set to the TwineCompile path (C:\...
by jomitech
Tue Jun 14, 2011 8:19 am
Forum: General
Topic: TCompile fails on command line Win7/64 bit
Replies: 8
Views: 19357

Re: TCompile fails on command line Win7/64 bit

What version of TwineCompile are you using?
by jomitech
Fri Jun 10, 2011 9:32 am
Forum: General
Topic: TCompile fails on command line Win7/64 bit
Replies: 8
Views: 19357

Re: TCompile fails on command line Win7/64 bit

Use regedit to see if Administrator has the necessary permissions to read that key.
by jomitech
Thu Jun 09, 2011 10:18 am
Forum: General
Topic: TCompile fails on command line Win7/64 bit
Replies: 8
Views: 19357

Re: TCompile fails on command line Win7/64 bit

Does the user have access to the following registry key?

Code: Select all

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JomiTech\TwineCompile\InstallPath
by jomitech
Tue May 24, 2011 8:16 am
Forum: General
Topic: Installer request
Replies: 1
Views: 6626

Re: Installer request

We'll make a note to add this back into the setup.
by jomitech
Tue Mar 29, 2011 9:38 am
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18534

Re: Command line compilation always using TwineCompile

Glad you solved it - although it was the hard way.
by jomitech
Tue Mar 29, 2011 8:25 am
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18534

Re: Command line compilation always using TwineCompile

TwineCompile does not change the include paths at all. I'm very surprised that you're seeing compiler errors when switching back to bcc32.
by jomitech
Mon Mar 28, 2011 8:34 am
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18534

Re: Command line compilation always using TwineCompile

With TwineCompile 3.2, we made TC the default compiler with MSBuild. To revert it, call MSBuild using this command line parameter:

/p:CoreCompileDependsOnTargets="DccCompile;BccCompile;TasmCompile;BrccCompile;"
by jomitech
Fri Mar 25, 2011 3:54 pm
Forum: General
Topic: Command line compilation always using TwineCompile
Replies: 8
Views: 18534

Re: Command line compilation always using TwineCompile

Do your project files include the TCTargets.targets file?
by jomitech
Thu Feb 17, 2011 9:10 am
Forum: General
Topic: Compling files with local options
Replies: 4
Views: 12233

Re: Compling files with local options

Thanks, we'll definitely try to get you an early beta.