|
|
Re: Windows To Linux Migration [message #447976 is a reply to message #444930] |
Thu, 18 March 2010 16:50 |
NTDeaf
Messages: 1 Registered: March 2010
|
Junior Member |
|
|
Are there any issues concerning upper and lower case? I'm in the middle of a conversion from windows (forms 9) to Linux (forms 10gr2). I'm having difficulties compile some forms. I suspect is has to do with the upper/lower case..
|
|
|
|
Re: Windows To Linux Migration [message #448297 is a reply to message #439763] |
Mon, 22 March 2010 11:22 |
gregor
Messages: 86 Registered: March 2010 Location: Germany
|
Member |
|
|
Hello ,
- upper/lower case is can be important, when compiling
a FORM, look at the attached Libraries.
-- upper/lower case is important at runtime, when an
other Form/Report is called.
- when you use a Makefile, look at the dependencies
you define there. Compile PLL before FMB
--
You see the Error(s) in the >formname<.err file
|
|
|