Jump to content

Delphi XE SP1 and Compiling..


Guest

Recommended Posts

Message from: "Andrew Tierney"

 

Hi,

 

There may be an issue with Delphi XE SP1 and compiling/installing the

uniGui.

 

Before SP1 was install on my Delphi XE VMware guest test image, the lib

would compile and install fine.

 

New version of test environment in a VMware guest with Delphi XE + SP1

and install fails with:

 

 

uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different

version of TeEngine.TCustomAxisPanel.DoOnAfterDraw

 

 

Any ideas ?

 

Thanks

Andrew

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

Andrew Tierney wrote:

> Hi,

>

> There may be an issue with Delphi XE SP1 and compiling/installing the

> uniGui.

>

> Before SP1 was install on my Delphi XE VMware guest test image, the lib

> would compile and install fine.

>

> New version of test environment in a VMware guest with Delphi XE + SP1

> and install fails with:

>

>

> uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different

> version of TeEngine.TCustomAxisPanel.DoOnAfterDraw

>

>

> Any ideas ?

>

> Thanks

> Andrew

>

 

Hi,

 

Current version of uniGUI was compiled before SP1, so I need to publish

a new release compiled with SP1. I will try to make this available this

weekedn.

 

Thanks

.

 

Link to comment
Share on other sites

Message from: "Andrew Tierney"

 

Thanks.

 

On 16/11/2010 8:40 PM, Farshad Mohajeri wrote:

> Andrew Tierney wrote:

>> Hi,

>>

>> There may be an issue with Delphi XE SP1 and compiling/installing the

>> uniGui.

>>

>> Before SP1 was install on my Delphi XE VMware guest test image, the

>> lib would compile and install fine.

>>

>> New version of test environment in a VMware guest with Delphi XE + SP1

>> and install fails with:

>>

>>

>> uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different

>> version of TeEngine.TCustomAxisPanel.DoOnAfterDraw

>>

>>

>> Any ideas ?

>>

>> Thanks

>> Andrew

>>

>

> Hi,

>

> Current version of uniGUI was compiled before SP1, so I need to publish

> a new release compiled with SP1. I will try to make this available this

> weekedn.

>

> Thanks

 

.

 

Link to comment
Share on other sites

Message from: "Andrew Tierney"

 

I gather you won't get a chance to make a Sp1 version being your going

away this weekend ? (If not I'll jump back to a vmware build with no SP1).

 

Also.. Have you had any thoughts about if/how you will allow Multi-IP

access to a page ?

 

Thanks

Andrew

 

 

 

 

On 16/11/2010 10:09 PM, Andrew Tierney wrote:

> Thanks.

>

> On 16/11/2010 8:40 PM, Farshad Mohajeri wrote:

>> Andrew Tierney wrote:

>>> Hi,

>>>

>>> There may be an issue with Delphi XE SP1 and compiling/installing the

>>> uniGui.

>>>

>>> Before SP1 was install on my Delphi XE VMware guest test image, the

>>> lib would compile and install fine.

>>>

>>> New version of test environment in a VMware guest with Delphi XE + SP1

>>> and install fails with:

>>>

>>>

>>> uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different

>>> version of TeEngine.TCustomAxisPanel.DoOnAfterDraw

>>>

>>>

>>> Any ideas ?

>>>

>>> Thanks

>>> Andrew

>>>

>>

>> Hi,

>>

>> Current version of uniGUI was compiled before SP1, so I need to publish

>> a new release compiled with SP1. I will try to make this available this

>> weekedn.

>>

>> Thanks

>

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Andrew Tierney"

>

> I gather you won't get a chance to make a Sp1 version being your going

> away this weekend ? (If not I'll jump back to a vmware build with no

> SP1).

>

 

I will publish new build with SP1 and some other fixes today.

 

> Also.. Have you had any thoughts about if/how you will allow Multi-IP

> access to a page ?

>

 

This must be resolved in library core. I will try to resolve this issue this

week.

 

Thanks

 

 

.

 

Link to comment
Share on other sites

Message from: "Andrew Tierney"

 

On 22/11/2010 7:17 PM, Farshad Mohajeri wrote:

> "Andrew Tierney"

>>

>> I gather you won't get a chance to make a Sp1 version being your going

>> away this weekend ? (If not I'll jump back to a vmware build with no

>> SP1).

>>

>

> I will publish new build with SP1 and some other fixes today.

>

>> Also.. Have you had any thoughts about if/how you will allow Multi-IP

>> access to a page ?

>>

>

> This must be resolved in library core. I will try to resolve this issue this

> week.

>

> Thanks

>

>

 

Thanks..

 

Do the Combo and List database components work at the moment ?

(Databound grid works, DBCombo displays only the first item

and DBList shows no records - With either dbExpress of dbGO)

 

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Andrew Tierney"

> Do the Combo and List database components work at the moment ? (Databound

> grid works, DBCombo displays only the first item

> and DBList shows no records - With either dbExpress of dbGO)

 

UniDBListBox and UniDBComboBox work in same manner as VCL DBListBox and

DBComboBox.

For both components you must initialize the lists with proper items.

 

 

.

 

Link to comment
Share on other sites

Message from: "Andrew Tierney"

 

On 22/11/2010 11:05 PM, Farshad Mohajeri wrote:

> "Andrew Tierney"

>> Do the Combo and List database components work at the moment ? (Databound

>> grid works, DBCombo displays only the first item

>> and DBList shows no records - With either dbExpress of dbGO)

>

> UniDBListBox and UniDBComboBox work in same manner as VCL DBListBox and

> DBComboBox.

> For both components you must initialize the lists with proper items.

>

>

 

Oops.. My mistake..

 

I was after the UniGui - DBLookupList and DBLookupCombo

(too much C#/.NET work, forgot about the differences for a minute).

 

Are you working on a DBLookupList and DBLookupCombo component ?

(I'm assuming they will be embeddable in the grid for column

editing/lookups etc..)?

 

Thanks

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Andrew Tierney"

> Oops.. My mistake..

>

> I was after the UniGui - DBLookupList and DBLookupCombo

> (too much C#/.NET work, forgot about the differences for a minute).

>

> Are you working on a DBLookupList and DBLookupCombo component ?

 

Yes, I am.

 

> (I'm assuming they will be embeddable in the grid for column

> editing/lookups etc..)?

 

This feature will be implemented later along with other advanced DBGrid

feature.

 

 

 

 

.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...