BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Help Compiler
Goto page 1, 2, 3 ... 138, 139, 140  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General)
View previous topic :: View next topic  
Author Message
server
Guest





PostPosted: Fri Feb 03, 2006 9:57 pm    Post subject: Help Compiler Reply with quote



message unavailable
Back to top
Thomas G. Grubb
Guest





PostPosted: Fri Feb 03, 2006 9:57 pm    Post subject: Re: Help Compiler Reply with quote



Quote:
because there is no financial incentive) I've developed a freeware tool,
HelpScribble Apprentice, that I use to fill in areas that I feel
HelpScribble is weak in. You are welcome to download it at
http://www.riversoftavg.com/helpscribble_apprentice.htm

Tom

Are updates to HelpScribble Apprentice going to be free forever? :^)
Sorry, couldn't resist...



In this case, you get what you pay for Smile If you give me money for
HelpScribble Apprentice, I promise to charge you for upgrades Smile
Back to top
John
Guest





PostPosted: Fri Feb 03, 2006 10:22 pm    Post subject: Re: Plugin or DLL tools Reply with quote



Thanks All for your help.
Back to top
Mike B
Guest





PostPosted: Fri Feb 03, 2006 10:48 pm    Post subject: Re: How call functions in DLL? Reply with quote

As others have stated, you only use "Import Type Library" when the DLL is a
COM type library.

The DLL could also be an "old-style" library of flat function calls. If this
is the case, then you will need to get hold of some documentaion that
explains what is available, and what parameters need to be set for which
called functions.

Look for C header files, as these should contain all the necessary
information.

I am sure that you will get to the bottom of it.

regards
Mike

"James Culbertson" <james.culbertsonnospam (AT) nrl (DOT) navy.mil> wrote in message
news:43e25eec$1 (AT) newsgroups (DOT) borland.com...
Quote:
I'm trying to access the functions in a DLL so I can control a "National
Instruments Motion-Controller card." For C, National Instruments provides
a .Lib file that calls the their "FlexMotion32.DLL".

National Instruments claims:

(A) "Under Windows 2000/NT/XP/Me/9x, NI-Motion applications must call the
FlexMotion32.dll."

(B) In addition to LabVIEW and LabWindows/CVI, the NI-Motion software
supports the following industry-standard programming environments:
Any programming environment that can call into DLLs
...

I bought the card because Delphi is supposed to be able to pull the
available function calls out of any DLL and create a unit to be used to
access the DLL's functions.

My attempt failed. Hopefully I'm doing something obviously wrong. Here is
what I did:

1) Component / Import Component / Import Type Library
2) Desired DLL was not on list (c:\windows\system32\FlexMotion32.dll
from National Instruments).
3) Clicked "Add" and navigated to above DLL, and clicked OK.
4) Got message: "Error loading type library/DLL"

ERROR DETAILS:

+ $E[0C9F2871]{tlib100.bpl } tlberror.tlberror.Error (Line 107,
"TlbError.pas" + 1) + $E
+ $2[0C9F551A]{tlib100.bpl } TlbUtils.TlbUtils.LoadTypeLibrary (Line 260,
"TlbUtils.pas" + 15) + $2
+ $5[0C9F562B]{tlib100.bpl } TlbUtils.TlbUtils.LoadAndRegisterTypeLibrary
(Line 283, "TlbUtils.pas" + 1) + $5
+ $E[52DDE3E8]{comcore100.bpl}
ImportTLB.ImportTLB.TTypeLibSelectionManager.OnAdd (Line 171,
"ImportTLB.pas" + 9) + $E
+ $E[20C75917]{coreide100.bpl}
ItemsWizardPage.ItemsWizardPage.TListFrame.AddButtonClick (Line 509,
"ItemsWizardPage.pas" + 1) + $E
+ $8[52038EEC]{vcl100.bpl } Controls.Controls.TControl.Click (Line 5226,
"Controls.pas" + 9) + $8
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $4[51FFB928]{vcl100.bpl } StdCtrls.StdCtrls.TButtonControl.WndProc
(Line 3513, "StdCtrls.pas" + 13) + $4
+ $11[5203CACF]{vcl100.bpl } Controls.Controls.DoControlMsg (Line 7288,
"Controls.pas" + 6) + $11
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $6[5203C150]{vcl100.bpl } Controls.Controls.TWinControl.MainWndProc
(Line 7021, "Controls.pas" + 3) + $6
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $6A[77D48731]{USER32.dll } GetDC + $6A
+ $14A[77D48811]{USER32.dll } GetDC + $14A
+ $17F[77D4B4BB]{USER32.dll } DefWindowProcW + $17F
+ $1CD[77D4B509]{USER32.dll } DefWindowProcW + $1CD
+ $10[7C90EAE0]{ntdll.dll } KiUserCallbackDispatcher + $10
+ $44[77D4B8FE]{USER32.dll } SendMessageW + $44
+ $1B8[77D7FC78]{USER32.dll } CreateMDIWindowA + $1B8
+ $624B[77D764E3]{USER32.dll } DeregisterShellHookWindow + $624B
+ $1160[77D577D9]{USER32.dll } GetCursorFrameInfo + $1160
+ $D9E[77D6B055]{USER32.dll } SoftModalMessageBox + $D9E
+ $6A[77D48731]{USER32.dll } GetDC + $6A
+ $14A[77D48811]{USER32.dll } GetDC + $14A
+ $9C[77D4C63A]{USER32.dll } IsWindowUnicode + $9C
+ $16[77D4E900]{USER32.dll } CallWindowProcA + $16
+ $17[5203CA7B]{vcl100.bpl }
Controls.Controls.TWinControl.DefaultHandler (Line 7269, "Controls.pas" +
23) + $17
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $4[51FFB928]{vcl100.bpl } StdCtrls.StdCtrls.TButtonControl.WndProc
(Line 3513, "StdCtrls.pas" + 13) + $4
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $6A[77D48731]{USER32.dll } GetDC + $6A
+ $14A[77D48811]{USER32.dll } GetDC + $14A
+ $122[77D489C8]{USER32.dll } GetWindowLongW + $122
+ $A[77D496C2]{USER32.dll } DispatchMessageA + $A
Back to top
Dean Hill
Guest





PostPosted: Sat Feb 04, 2006 12:19 am    Post subject: Re: ImageLib component from Skyline tools Reply with quote

Eric Hill wrote:

Quote:
One of the tasks I have to do is pull a single high-resolution TIFF
(B&W) image down from a server and show it on screen as fast as
possible. I (obviously) scale it to gray-scale at a much lower
resolution before displaying it. When I was using even the fastest
ImageEn Fast Linear filter, it was taking between one and 3 seconds
on a high speed machine to do the resize. The ImageLib
scale-to-gray-16 shades and scale-to-gray-256 shades render nearly
instantaneously. A call to one of those scaling functions returns
in sub-millisecond time.

Did you try and just set the zoom or were you doing a resize. I
normally display TIFF images instantly at almost any zoom. The scale
to gray is automatic when the ZoomFilter is set to Fast Linear. Most
of the TIF's I deal with are between 50K and 150K G4 compressed.

Cheers

Dean
Back to top
Brion L. Webster
Guest





PostPosted: Sat Feb 04, 2006 1:14 am    Post subject: Re: NexusDB Developer Edition 2.04 update Released Reply with quote

Hannes Danzl[NDD] wrote:

Quote:
NexusDB of curse supports transport AND data encryption.

I usually wind up cursing encryption myself... ;-)

--
-Brion

There's no such thing as 'one, true way;'
- Mercedes Lackey
Back to top
Eric Hill
Guest





PostPosted: Sat Feb 04, 2006 1:47 am    Post subject: Re: ImageLib component from Skyline tools Reply with quote

It's been a year or so since I've even touched that code, but I'm pretty
sure I tried both and it was still considerably slower than the
anti-aliased-256 view in ImageLib. One of these days I'll re-visit the
issue and see if the landscape has changed any. :)

Eric
Back to top
Riki Wiki
Guest





PostPosted: Sat Feb 04, 2006 3:41 am    Post subject: Re: BTB files Reply with quote

Hoi

You need to repost your question on the Borland news server to make
everybody see it and possibly answer your question.

Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups>
Back to top
Ivan Pastine
Guest





PostPosted: Sat Feb 04, 2006 8:03 am    Post subject: Re: Equation Editor... Reply with quote

The people who make the equation editor used by Word (and WordPerfect)
are at www.MathType.com. They don't seem to offer a component version
but they do have a sdk that provides access to the dll used by the word
processors. I haven't tried it though.
Back to top
Jacob
Guest





PostPosted: Sat Feb 04, 2006 2:28 pm    Post subject: Re: ZLib and PKZIP compartible archive Reply with quote

Have a look here:

http://homepages.borland.com/jedi/issuetracker/file_download.php?file_id=0001032&type=bug

It's rather limited, but it will do what you need. You will need JEDI
code-library to use it.


"Mike Shkolnik" <mshkolnik2002 (AT) ukr (DOT) net> wrote in message
news:43e1fb45$1 (AT) newsgroups (DOT) borland.com...
Quote:
Hi,

have anybody the wrapper for ZLib which will create the zip-file?
I have the text file and want to compress to zip from application.

PS: I know about another compression suites. I need the code for ZLib
only:-)

--
With best regards, Mike Shkolnik
EMail: mshkolnik (AT) scalabium (DOT) com
http://www.scalabium.com

Back to top
Gary Mugford
Guest





PostPosted: Sun Feb 05, 2006 11:02 pm    Post subject: Re: PrintDAT! makes your grids, lists, tables/queries print Reply with quote

All,

Add me to the happy user list. Barry's responsive, even though
I really haven't had a problem with the actual component in years.
It was always getting the updates to work with the latest InfoPower
updates and that serial problem went away once I secured the source
code.
It's truly plugin and play

GM

On Thu, 26 Jan 2006 11:57:09 +0100, "Martijn Tonies"
<m.tonies (AT) upscene (DOT) removethis.com> wrote:

Quote:
PrintDAT! v1.58o now works with Delphi 2006 Win32, as well as Delphi 3
through 2005 Win32, including C++Builder 4,5,6.

happy user mode
A quite neat component, I can tell you that...
/happy user mode

==========================================
When replying via email please move all
numbers from right of at symbol to left of
at symbol to get email address.
Back to top
bill
Guest





PostPosted: Tue Feb 07, 2006 5:07 am    Post subject: Re: How call functions in DLL? Reply with quote

Also maybe help info at Dr.Bob's site
http://www.drbob42.com/delphi/headconv.htm

bill

"James Culbertson" <james.culbertsonnospam (AT) nrl (DOT) navy.mil> wrote in message
news:43e25eec$1 (AT) newsgroups (DOT) borland.com...
Quote:
I'm trying to access the functions in a DLL so I can control a "National
Instruments Motion-Controller card." For C, National Instruments provides
a .Lib file that calls the their "FlexMotion32.DLL".

National Instruments claims:

(A) "Under Windows 2000/NT/XP/Me/9x, NI-Motion applications must call the
FlexMotion32.dll."

(B) In addition to LabVIEW and LabWindows/CVI, the NI-Motion software
supports the following industry-standard programming environments:
Any programming environment that can call into DLLs
...

I bought the card because Delphi is supposed to be able to pull the
available function calls out of any DLL and create a unit to be used to
access the DLL's functions.

My attempt failed. Hopefully I'm doing something obviously wrong. Here is
what I did:

1) Component / Import Component / Import Type Library
2) Desired DLL was not on list (c:\windows\system32\FlexMotion32.dll
from National Instruments).
3) Clicked "Add" and navigated to above DLL, and clicked OK.
4) Got message: "Error loading type library/DLL"

ERROR DETAILS:

+ $E[0C9F2871]{tlib100.bpl } tlberror.tlberror.Error (Line 107,
"TlbError.pas" + 1) + $E
+ $2[0C9F551A]{tlib100.bpl } TlbUtils.TlbUtils.LoadTypeLibrary (Line 260,
"TlbUtils.pas" + 15) + $2
+ $5[0C9F562B]{tlib100.bpl } TlbUtils.TlbUtils.LoadAndRegisterTypeLibrary
(Line 283, "TlbUtils.pas" + 1) + $5
+ $E[52DDE3E8]{comcore100.bpl}
ImportTLB.ImportTLB.TTypeLibSelectionManager.OnAdd (Line 171,
"ImportTLB.pas" + 9) + $E
+ $E[20C75917]{coreide100.bpl}
ItemsWizardPage.ItemsWizardPage.TListFrame.AddButtonClick (Line 509,
"ItemsWizardPage.pas" + 1) + $E
+ $8[52038EEC]{vcl100.bpl } Controls.Controls.TControl.Click (Line 5226,
"Controls.pas" + 9) + $8
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $4[51FFB928]{vcl100.bpl } StdCtrls.StdCtrls.TButtonControl.WndProc
(Line 3513, "StdCtrls.pas" + 13) + $4
+ $11[5203CACF]{vcl100.bpl } Controls.Controls.DoControlMsg (Line 7288,
"Controls.pas" + 6) + $11
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $6[5203C150]{vcl100.bpl } Controls.Controls.TWinControl.MainWndProc
(Line 7021, "Controls.pas" + 3) + $6
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $6A[77D48731]{USER32.dll } GetDC + $6A
+ $14A[77D48811]{USER32.dll } GetDC + $14A
+ $17F[77D4B4BB]{USER32.dll } DefWindowProcW + $17F
+ $1CD[77D4B509]{USER32.dll } DefWindowProcW + $1CD
+ $10[7C90EAE0]{ntdll.dll } KiUserCallbackDispatcher + $10
+ $44[77D4B8FE]{USER32.dll } SendMessageW + $44
+ $1B8[77D7FC78]{USER32.dll } CreateMDIWindowA + $1B8
+ $624B[77D764E3]{USER32.dll } DeregisterShellHookWindow + $624B
+ $1160[77D577D9]{USER32.dll } GetCursorFrameInfo + $1160
+ $D9E[77D6B055]{USER32.dll } SoftModalMessageBox + $D9E
+ $6A[77D48731]{USER32.dll } GetDC + $6A
+ $14A[77D48811]{USER32.dll } GetDC + $14A
+ $9C[77D4C63A]{USER32.dll } IsWindowUnicode + $9C
+ $16[77D4E900]{USER32.dll } CallWindowProcA + $16
+ $17[5203CA7B]{vcl100.bpl }
Controls.Controls.TWinControl.DefaultHandler (Line 7269, "Controls.pas" +
23) + $17
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $4[51FFB928]{vcl100.bpl } StdCtrls.StdCtrls.TButtonControl.WndProc
(Line 3513, "StdCtrls.pas" + 13) + $4
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $6A[77D48731]{USER32.dll } GetDC + $6A
+ $14A[77D48811]{USER32.dll } GetDC + $14A
+ $122[77D489C8]{USER32.dll } GetWindowLongW + $122
+ $A[77D496C2]{USER32.dll } DispatchMessageA + $A
Back to top
Steve Clemens
Guest





PostPosted: Tue Feb 07, 2006 6:03 pm    Post subject: Re: CMS Encore Pro v1.0.4 released - the delphi powered webs Reply with quote

Hi,

Quote:
Might want to fix this introductory sentence:
oops, thanks, guess that typo slipped through Smile


Steve Clemens
BIIT Software Systems
http://www.biitsoft.com

===
"Trevor de Koekkoek" <trevor_dek (AT) aspevia (DOT) com> wrote in message
news:43e8c91d (AT) newsgroups (DOT) borland.com...
Quote:
Might want to fix this introductory sentence:

"Encore is ideal for small to medium websites that would like a fast and
powerful to maintain their websites."

-Trevor

Back to top
Steve Clemens
Guest





PostPosted: Tue Feb 07, 2006 6:03 pm    Post subject: Re: CMS Encore Pro v1.0.4 released - the delphi powered webs Reply with quote

Hi Bob,

Thanks Kim, yes your description of Encore is spot on Smile
And as Kim mentioned, produced html pages can be placed without problems on
servers running Linux/Unix/Windows, etc.

Quote:
Where are these details covered?
Thanks for bringing it to our attention, we intend to include further

information on the requirements of Encore on our website.

If you need any further information please let me know.

_________________
Steve Clemens
CMS Encore Pro - The Advanced Desktop Content Management System
The easy way to build and maintain your website.
HelpMaster - The Progressive Help Authoring Tool
BIIT Software Systems
http://www.biitsoft.com

===
"C4D - Kim Madsen" <kbm (AT) components4developers (DOT) com
(kbmMW/kbmMemTable/kbmWABD/kbmX10)> wrote in message
news:43e89d9d$1 (AT) newsgroups (DOT) borland.com...
Quote:
Hi,

As an happy user of CMS Encore, Ill add a bit of info:

It produce static html pages based on an elaborate, configurable set of
scriptable templates and scripts all stored in a
database along with the contents/articles etc that are to be published.
Hence the produced html pages can be placed without problems on servers
running Linux/Unix/Windows etc.

The clients doing the editing currently must AFAIK be windows based as
they require the CMS application running there.
They can share a common database, which can reside on Windows or Linux.


--
best regards
Kim Madsen
kbm (AT) components4developers (DOT) com
www.components4developers.com

The best components for the best developers
kbmMW - RAD Enterprise class n-tier application server framework
kbmMemTable - High performance memory table
kbmWABD - RAD web development
kbmX10 - RAD house automation
Back to top
Guest






PostPosted: Wed Feb 08, 2006 1:10 pm    Post subject: ANN: EurekaLog 5.1.2 - Catch every BUG with its line no. Reply with quote

We are happy to announce the immediate availability of the new EurekaLog
5.1.2.

EurekaLog is a complete bug resolution tool for Delphi and C++Builder
developers that gives your application the power to catch every exception,
generating a detailed log of the call stack (with unit, procedure and line
number), optionally sending you a copy of each log entry via email or the
Web. Prices begin at $99(US).

EurekaLog represents the most advanced exception logger technology
available for Delphi/C++Builder developers.


To learn more about EurekaLog, please visit our website at:

http://www.eurekalog.com


To download a demo, please visit:

http://www.eurekalog.com/downloads.php


If you would like to purchase a new license, please visit:

http://www.eurekalog.com/buy.php


To see the changes visit:

http://www.eurekalog.com/showchangelog.php

--
Best regards.

The EurekaLog Team.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General) All times are GMT
Goto page 1, 2, 3 ... 138, 139, 140  Next
Page 1 of 140

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.