hi all
i'm a newby in lazaraus
i've installed zeos but can't find palette
using graphic package i can see that all 5 packages are installed and marked as "install next startup" (message translated from italian lazarus gui)
i restart lazarus (many times) but zeos palette never appera
looked in similar tread but startlazarus don't work...
someone can help me?
thanks
can't find zeos palette (on lazarus on vista )
Moderators: gto, cipto_kh, EgonHugeist
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
ok reinstalled under win xp: all gone
during package compilation in unit ZAbstractRODataset i've found an error at line: 2975
as downloaded:
BaseFieldTypes: array[TFieldType] of TFieldType = (
ftUnknown, ftString, ftInteger, ftInteger, ftInteger, ftBoolean, ftFloat,
ftFloat, ftBCD, ftDateTime, ftDateTime, ftDateTime, ftBytes, ftVarBytes,
ftInteger, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftUnknown,
ftString, ftString, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet,
ftBlob, ftBlob, ftVariant, ftInterface, ftInterface, ftString, ftTimeStamp,
ftFMTBcd);
modified as (see last line, added ", ftFixedWideChar, ftWideMemo")
BaseFieldTypes: array[TFieldType] of TFieldType = (
ftUnknown, ftString, ftInteger, ftInteger, ftInteger, ftBoolean, ftFloat,
ftFloat, ftBCD, ftDateTime, ftDateTime, ftDateTime, ftBytes, ftVarBytes,
ftInteger, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftUnknown,
ftString, ftString, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet,
ftBlob, ftBlob, ftVariant, ftInterface, ftInterface, ftString, ftTimeStamp,
ftFMTBcd, ftFixedWideChar, ftWideMemo);
compiled, installed, lazarus rebuilded and all is ok...
vista... mmmhhhhh
just to have an idea:
folder "C:\Program Files" in italy (under vista) is called "C:\Programmi". everytime i save a modified txt file in a folder like "C:\Programmi\a-folder\readme.txt" i receive an error message like:
unable to save file in "C:\Program Files\a-folder\readme.txt" (!?!?!?!)
thus i
1) move the file on the desktop
2) edit the file
3) move again to original folder...
this week i'll remove lazarus and zeos installazion from "C:\Programmi\lazarus" and reinstall in "C:\lazarus"...
if this works... i'll cry
forgive my english but, you know, in italy...
bye
markbass72
during package compilation in unit ZAbstractRODataset i've found an error at line: 2975
as downloaded:
BaseFieldTypes: array[TFieldType] of TFieldType = (
ftUnknown, ftString, ftInteger, ftInteger, ftInteger, ftBoolean, ftFloat,
ftFloat, ftBCD, ftDateTime, ftDateTime, ftDateTime, ftBytes, ftVarBytes,
ftInteger, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftUnknown,
ftString, ftString, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet,
ftBlob, ftBlob, ftVariant, ftInterface, ftInterface, ftString, ftTimeStamp,
ftFMTBcd);
modified as (see last line, added ", ftFixedWideChar, ftWideMemo")
BaseFieldTypes: array[TFieldType] of TFieldType = (
ftUnknown, ftString, ftInteger, ftInteger, ftInteger, ftBoolean, ftFloat,
ftFloat, ftBCD, ftDateTime, ftDateTime, ftDateTime, ftBytes, ftVarBytes,
ftInteger, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftBlob, ftUnknown,
ftString, ftString, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet,
ftBlob, ftBlob, ftVariant, ftInterface, ftInterface, ftString, ftTimeStamp,
ftFMTBcd, ftFixedWideChar, ftWideMemo);
compiled, installed, lazarus rebuilded and all is ok...
vista... mmmhhhhh
just to have an idea:
folder "C:\Program Files" in italy (under vista) is called "C:\Programmi". everytime i save a modified txt file in a folder like "C:\Programmi\a-folder\readme.txt" i receive an error message like:
unable to save file in "C:\Program Files\a-folder\readme.txt" (!?!?!?!)
thus i
1) move the file on the desktop
2) edit the file
3) move again to original folder...
this week i'll remove lazarus and zeos installazion from "C:\Programmi\lazarus" and reinstall in "C:\lazarus"...
if this works... i'll cry
forgive my english but, you know, in italy...
bye
markbass72
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
What Zeoslib version are you using? This patch should be active since long...
You can switch off this Vista behaviour : Configuration -> User Accounts -> Turn off User Account Management. (Sorry, this is a translation from dutch, so not exactly the right words, I'm afraid) Use at own risk however. My experience with Vista : Install the stuff you want to play with outside 'Program Files' directory.
Mark
You can switch off this Vista behaviour : Configuration -> User Accounts -> Turn off User Account Management. (Sorry, this is a translation from dutch, so not exactly the right words, I'm afraid) Use at own risk however. My experience with Vista : Install the stuff you want to play with outside 'Program Files' directory.
Mark
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
-
- Fresh Boarder
- Posts: 13
- Joined: 06.04.2008, 10:16
- Location: Macerata
ok, used 6.6.2
disinstalled lazarus (to test out of "C:\Program Files") and zeos 6.6.0 previous installed
reinstalled lazarus on c:\lazarus, compiled lpk (no compilation error with 6.6.2), installed, recompiled lazarus and, this time, i can see the zeos palette
well, "C:\Program Files" is surely not a good place to install "program files" on vista...
thanks
markbass72
disinstalled lazarus (to test out of "C:\Program Files") and zeos 6.6.0 previous installed
reinstalled lazarus on c:\lazarus, compiled lpk (no compilation error with 6.6.2), installed, recompiled lazarus and, this time, i can see the zeos palette
well, "C:\Program Files" is surely not a good place to install "program files" on vista...
thanks
markbass72