topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
printer Function EnumPrinters with fwh | Friend,This?[code:4uy7ok7d]
#define PRINTER_STATUS_OK 0
#define PRINTER_STATUS_PAUSED 1
#define PRINTER_STATUS_ERROR 2
#define PRINTER_STATUS_PENDING_DELETION 4
#define PRINTER_STATUS_PAPER_JAM 8
#define PRINTER_STATUS_PAPER_OUT ... |
printer Function EnumPrinters with fwh | Thank you Rochinha.Are the tests only possible for LPT1?Regards,Otto |
printer Function EnumPrinters with fwh | OttoWorks with all printer local, network and virtual drivers.[code:c5vc4rwz]
Function main()
// With fisical printer
MsgRun( isprint( "LPT1" ), "Printer Status", {|| SysWait(3) } )
// With a virtual printer driver
MsgRun( isprint( "PDF4U Adobe PDF Creator" ... |
printer Function EnumPrinters with fwh | [color=blue:35vguwy8][b:35vguwy8]Good night.
When news of a new
Information is now printing a full 100%
Without external libraries with BORLAND C + + & Tasm32
All Files pregnancy program.
See all the information here <!-- m --><a class="postlink" href="http://fwh.livesystem.net">http://fwh.livesystem.net</a><!-- m ... |
printer Function EnumPrinters with fwh | Hello , were can i find the function prnstatus ?Thanks. |
printer Function EnumPrinters with fwh | In Fivewin WINAPI.Code PRINTDC.C:[code:le3shc10]
#define ENDDOC _ENDDOC
#define DRAFTMODE _DRAFTMODE
#define STARTDOC _STARTDOC
#include <WinTen.h>
#include <Windows.h>
#ifndef __FLAT__
#include <Print.h>
#endif
#include <CommDlg.h>
#include <ClipApi.h>
typedef struct
{
WORD vlen;
... |
printer Function EnumPrinters with fwh | A detailed explanation of the library prn_info.lib Library consists of the following files 1 - P_INFO.PRG the experiment. 2 - SRC\P_INFO.PRG Choice of language. 3 -SRC\CPRN_L.ASM file a library. There are the following Funcion 1 - ALL_PRINTER_NAME() Show all printers available. 2 - PRINTER_INFO() read the data with an... |
printer and Matricial or Jet of Paint | Hi,
Does he have as knowing the installed printer and Matricial or Jet of Paint?
Clemerson |
printer and Matricial or Jet of Paint | Clemerson,
I have the same problem: in my program I must know each printer type (inkjet, laser, dot matrix...). Based on printer type I must printer with tprinter or tdosprn or file and so on...
I don't found a function to detect this information, then I created a printer database were I mark the printer type. If the ... |
printer and Matricial or Jet of Paint | Maurilio,
>If the selected printer isn't on database I search for keywords in the name like "LASER", "INK", "LX", "LQ" and I suppose the type...
I like that! You are giving your program a tiny bit of intelligence. Good idea.
James |
printer and Matricial or Jet of Paint | Today I do almost equal to you, I thought that FWH had some function.
Clemerson |
printer class printimage | [code=fw:28dvojfs]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\PRNIMAG1.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span styl... |
printer class printimage | today I have this Error
[code=fw:1ffjwv7r]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Error occurred <span style="color: #00C800;">at</span>: <span style="color: #000000;">18</span><span style="color: #000000;">-04</span><span style="color: #000000;">-2023</span>, <span style="color: #000000;">12</... |
printer class printimage | Note-1: We need not use oImage for printing. We can straight away use the image source, viz, filename, resource or any source of image.
Note-2: TImage requires 'freeimage.dll'. Better to use TBitmap or TXImage instead so that our application runs without freeimage.dll.
This is a simple sample to print images.
[code=f... |
printer class printimage | WOW() very good mister Rao.
Regards, saludos. |
printer class printimage | [quote="nageswaragunupudi":5qp5oq5g]Note-1: We need not use oImage for printing. We can straight away use the image source, viz, filename, resource or any source of image.
Note-2: TImage requires 'freeimage.dll'. Better to use TBitmap or TXImage instead so that our application runs without freeimage.dll.
This is a si... |
printer class printimage | Sorry my error <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
[img:tozx87bq]https://i.postimg.cc/mDkj6Sn7/io.png[/img:tozx87bq]
Corrected!!!
How make Image with Box ? |
printer class printimage | If you need to use CM, you just use "CM" instead of "INCHES" in the above command.
There is no need to create new functions for this. |
printer class printimage | [quote="nageswaragunupudi":23hadjxu]If you need to use CM, you just use "CM" instead of "INCHES" in the above command.
There is no need to create new functions for this.[/quote:23hadjxu]
ok How I can make to insert an image on a box
sample I use for a text
[code=fw:23hadjxu]<div class="fw" id="{CB}" style="font-f... |
printer preview does not display anything | Dear friends,
strangely don't work the print preview <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
For "samples\testprn2" the compile with buildx.bat is ok (without errors) at run time don't display nothing, but the program is present in process of taskmanager
I Use bcc55, x... |
printer preview does not display anything | Ugo
Maybe check your prev32.dll it might be damaged or a problem with it
HTH
Richard |
printer preview does not display anything | [quote="Richard Chidiak":yy0ov5z0]Maybe check your prev32.dll it might be damaged or a problem with it[/quote:yy0ov5z0]
Dear Richard,
thanks for your replay.
I'm don't able to test if it is damaged, but i've replace it with the original of the 8.11 version, without result.
Can I do other test? |
printer preview does not display anything | I think it needs to be placed in the windows/system folder. |
printer preview does not display anything | Ugo,
Please build and test FWH\samples\TestPrn2.prg
Thanks |
printer trouble | Hi all,
i have the following problem with the FiveWin printer commands.
I want to print to a specified printer.
To find the correct name i called the function aPrinters := aGetPrinters().
Here the content of aPrinter:
---------------------------
Microsoft XPS Document Writer
Microsoft Office Document Image Writer
HP... |
printer trouble | In the meanwhile i found out that using
[code:1bdsuuht] oPrn := TPrinter():New( "test.pdf", .f., .f., cPrinter, .f., .f. )[/code:1bdsuuht]works ok
but
[code:1bdsuuht] PRINT oPrn NAME OemToAnsi( "test.pdf" ) TO cPrinter[/code:1bdsuuht]fails.
I think that this is ca... |
printer trouble | Detlef
Which fwh version are you using ? and what os Vista or xp ?
see the topic below, this is an outstanding problem hopefully fixed in 9.01 Antonio ?
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14132">viewtopic.php?f=3&t=14132</a><!-- l -->
HTH
Richard |
printer trouble | Detlef,
Could you please try it with FWH 9.01 ? thanks |
printer trouble | Richard, Antonio
i'm using FWH 8.12 and Windows XP.
I'll download and change to FWH 9.01 and inform you if it works.
Regards,
Detlef |
printer trouble | Richard and Antonio,
with FWH 9.01 my problem is solved.
can now use [code:3s74k495]PRINT oPrn NAME OemToAnsi( "test.pdf" ) TO cPrinter
[/code:3s74k495] and its working fine.
No need to call
[i:3s74k495][color=#0000FF:3s74k495]oPrn := TPrinter():New( "test.pdf", .f., .f., cPrinter, .f., .f. )[/color:3s74k495][/i... |
printing ""Strichlisten"" | Hello,
[img:2pph6pjw]http://www.atzwanger-software.com/fw/strichlisteallg.jpg[/img:2pph6pjw]
here we often use tallylists for recording. You make strokes lengthwise and then for 5 you draw a diagonal line on the four strokes.
This is how it works.
Here is a report I made with EasyReport.
Best regards,
... |
printing ""Strichlisten"" | Really nice.
Many compliments. |
printing ""Strichlisten"" | Very nice.
Please also explain how did you draw the lines. |
printing ""Strichlisten"" | perhaps the beds ? |
printing ""Strichlisten"" | Hello,
there is not much code necessary.
For the strokes I use bitmaps.
This is the code:
[code=fw:hziiqxxj]<div class="fw" id="{CB}" style="font-family: monospace;"><br />PRINTAREA <span style="color: #000000;">4</span> <span style="color: #0000ff;">OF</span> oVRD ;<br /> ITEMIDS <span style="c... |
printing bar code pdf417 | I need help with printing bar code PDF417 font from the program. Thank you for any help. |
printing bar code pdf417 | Not sure if this will help but you can try using a PDF417 font....
[url:1xbo5zk4]http://grandzebu.net/informatique/codbar-en/pdf417.htm[/url:1xbo5zk4] |
printing constants | Hello,
I am working on a routine where the user can design his own prints. While testing some things I saw the next strange behaviors:
[list:2tecz6cz]When I set the oPrn:setPaperName("A4") and ask the GetPrintableWidth() and GetPrintableHeight() I get values like 576 and 813.
When I set the oPrn:setPaperName("A3") and... |
printing constants | Dear René,
FiveMac uses a NSPrintInfo object to manage the printer:
[url:7ngrj30m]https://developer.apple.com/documentation/appkit/nsprintinfo[/url:7ngrj30m]
FiveMac code:
[url:7ngrj30m]https://github.com/FiveTechSoft/fivemac/blob/23636eb7ad3e9aea7122cd4014fcec076e7e9392/source/winapi/printers... |
printing constants | Change this function in printers.m :
[code=fw:3twh3cae]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> PRNSETPAPERNAME <span style="color: #000000;">)</span> <br /><span style="color: #000000;">{</span>... |
printing constants | Hello Antonio and Manuel,
thank you for your reply. Do I need a new lib for this, because I have replaced the function in printers.m but now get the next results:
A5 > 566 400
A3 > 566 400
A4 > 813 576
So it seems in my case the A3 size does not work properly?
And your printsizes are different than mine, so it is pr... |
printing from .exe running as a service | I have an exe loaded as a service on NT. Many thanks to the help received from this forum in creating exe's to run as a service.
Now, I need this application to print to the default printer. My application uses the tprinter class and the Fivewin report class.
During the print attempt I receive the following message... |
printing from .exe running as a service | Can you tell me how you make the application run as a service? |
printing from .exe running as a service | Check out this site.
<!-- m --><a class="postlink" href="http://www.iopus.com/guides/srvany.htm">http://www.iopus.com/guides/srvany.htm</a><!-- m --> |
printing from .exe running as a service | Don,
Search google for this phrase, "printing from windows service" and look at the first article listed. I think it will answer your question.
James |
printing from .exe running as a service | Thanks.
Currently I perform my printing using a .pdf tool that I think you may have alerted me about.
Image2PDF.dll -- works wonderfully. I use the FWH report object - modified 2 lines of code to control the location and names of the .emf files, and then convert to .pdf documents and deliver via the web.
I will c... |
printing from .exe running as a service | Don, thanks for your help. I make the application right, but now i've a problem ...
I've installed the exe as a service with the srvany.
Into the .prg i use these functions :
//------------------------------
Function ServiceProcess( mode )
//------------------------------
Local nProcessId := 0
Default mode := 0
... |
printing from .exe running as a service | I think the .exe which is spawned by the service should run continously controlled by some sort of loop or timer. I usually terminate the .exe via a 'trigger' such as writing a txt file from another process to instruct the loop to end.
Note that the srvany.exe service process simply loads yourapplication.exe automati... |
printing in color | I am a non professional fivetech userI program the print jobs with ' print oprn...'How can I print fonts in colors??Thanks for any helpJosé Deschutter, Belgium |
printing in color | Jose,
Class TPrinter Method Say() supports the use of colors:
[code:zgw7tfmz]
METHOD Say( nRow, nCol, cText, oFont,;
nWidth, nClrText, nBkMode, nPad ) CLASS TPrinter
[/code:zgw7tfmz]
where nClrText is the desired color to use:
oPrinter:Say( 2, 2, "Hello world", oFont, 100, CLR_RED )
There are some predefined... |
printing jpg-file | Hello,
Maintaining a FW program (active from +/- 2000) , i have to change a emf-file , see also mine previous posts.
With the help from Uwe , i have now a EMF file , converted from a pfd file obtained from the client.
Now , i try to change the program as :
# ifdef TEST
oPrn:SayImage(0,0,"b:\test\mclskop.jpg"... |
printing jpg-file | oPrn:SayImage( 0, 0, oImage , oPrn:nHorzres() , oPrn:nVertres() ) |
printing on portrait or landscape paper | Hello,
While printing we can set the oriantation of the paper to portrait or landscape. But the number of rows we can print stay the same, Look at this sample. As you change oPrn:SetPagOrientation(0) to oPrn:SetPagOrientation(1) there are still 37 lines on the paper, but the spacing between the lines is smaller. Also ... |
printing on portrait or landscape paper | Change method setpagOrinetation () to this
[code=fw:uyv6ob0a]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> SetPagOrientation<span style="color: #000000;">(</span> nOrientation <span style="color: #000000;">)</span> <span style="color: #00C800;">CLAS... |
printing on portrait or landscape paper | Hello Manuel,
This looks good I think. But how if we print in a large fontsize? Is it possible to set the nSetrowPerPage just like set PageOrientation? |
printing on portrait or landscape paper | [quote="plantenkennis":3j62eea8]Hello Manuel,
This looks good I think. But how if we print in a large fontsize? Is it possible to set the nSetrowPerPage just like set PageOrientation?[/quote:3j62eea8]
Yes of course.
You can adjust the number of lines you want both horizontally and vertically.
LastRow will be ::nRowsPe... |
printing on portrait or landscape paper | Hello Manuel,
That looks perfect. I assume I need a new lib for this function? I dod not see one on BitBucket... |
printing on portrait or landscape paper | Right now, I have problems with bitbucket ,I have uploaded the changes to repository but libs not upload .
for the moment you can use it directly on your code.
[code=fw:xfp1v5a9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">local</span> nOrinetation := <span style="... |
printing on portrait or landscape paper | Hello Manuel,
Thank you very much, with the new libs it works perfect. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Another question: Can we also set the papersize to A5 or A3 (portrait and landscape)? |
printing on portrait or landscape paper | good post! |
printing several pages | Hello Antonio,
I have a printroutine that prints several pages with plantinformation. On every page I want to have the information on the same place. The number of pages is depending on the length of an array. I had a working function, but now I have a new printer and everything shifts to other position.
How can i ma... |
printing several pages | This code may help us:
[url:3ikzkfdg]https://github.com/frohoff/jdk8u-jdk/blob/master/src/macosx/native/sun/awt/CPrinterJob.m[/url:3ikzkfdg] |
printing several pages | Hello Antonio,
I am sorry, but I don't understand this code.
(I speak English, but not French <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> )
I hope you can make me an exaple on how to use this. |
printing several pages | Please add this line and test it with different printers and let me know what you get:
oPrn:AutoPage(.T.)
[b:z132972z]MsgInfo( oPrn:pageHeight() )[/b:z132972z]
oPrn:SetSize( oPrn:pageWidth()-56 , (oPrn:pageHeight()) * LEN(aPrintArray)) |
printing several pages | Hello Antonio,
With several printers I get the same output: [b:1nodqyzv]841[/b:1nodqyzv]. According to my calculation that should be right, because I think 10 mm = 28,33 px.
So an A4 paper of 210*297 mm gives (21*28,33) 595 px width and (29,7*28,33) 841 height.
But if I use these numbers to set a new page, it doesn't... |
printing several pages | How many elements of aPrintArray would you like to fit in one page ?
I think it is the logic of your code what fails <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
printing several pages | Hello Antonio,
The number of elements that I want to print on a page very every page. But some elements always comes back on all the pages. I have made a little sample that shows the problem. If you click 'print' and browse through the pages in the preview you can see that all the lines shifts a bit every page. When I... |
printing several pages | Hello Antonio,
Did you have any time to look at my printing sample and how to get everything on the same position every page? |
printing several pages | René,
I am checking it |
printing several pages | René,
This way I am able to properly print on the first page though I get an empty (and undesired) second page:
Anyhow, using this code I am unable to print more than one page...
[code=fw:3btk2jps]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="colo... |
printing several pages | Hello Antonio,
According to the sample 'testprint' we have to set pageHeight() to the height of the desired pages. As long as we set this to the height of one page there will never be a next page.
Is it not possible to build in some functions like StartPage() and EndPage() that starts and ends a page with settings se... |
printing several pages | René,
Manuel Alvarez and I are reading Apple documentation about it:
[url:3pqw406w]https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Printing/osxp_pagination/osxp_pagination.html[/url:3pqw406w]
We may need some time to implement StartPage() and EndPage().
In the meantime, i... |
printing several pages | René,
Manuel has implemented a new Class TPrinter Method GetASizePrintable() that is working great! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Here you have an example printing X pages:
[code=fw:3kuxsfjs]<div class="fw" id="{CB}" style="font-family: monospace;"><span... |
printing several pages | René,
We already have a first implementation of Class TPrinter Methods() StartPage() and EndPage().
Here you have an example of use. Hopefully the modified Class TPrinter does not break your existing code:
printer.prg // A new example of the FiveMac enhanced Class TPrinter
[code=fw:3gxim4ch]<div class="fw" id="{CB}... |
printing several pages | Hello Manuel and Antonio,
Thank you very much for all this work. I think with some addaptions this will work great. For now I miss the following:
[list:357fkfqc]
setting fontname -size and -color of the say
printing images[/list:u:357fkfqc]
If this is build in I can work with the new Class TPrinter. |
printing several pages | René,
Class TPrinter Method Say() enhanced to use colors and fonts:
[code=fw:t5gbeidc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #0000ff;">Say</span><span style="color: #000000;">(</span> nRow, nCol, cText, nClrText, nClrBack, cFontName... |
printing several pages | Hello Antonio and Manuel,
Thank you for all your effort sofar. I will test this in the next few days. |
printing several pages | Hello Manuel and Antoni,
I have tested the new class TPrinter and method Say. There are a few things that are not working like it should be:
[list:1vbt3v41]
When I use oPrn:Say( nRow, nCol, 'This is a very long line to see if it all prints') the text is not printed as far as 'This is a very'. So we should be able to s... |
printing several pages | If Use this ?
#xcommand @ <nRow>, <nCol> SAY [ <oSay> PROMPT ] <cText> ;
OF <oPrn> PAGINED ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <raised: RAISED> ] ;
[ <cPostext: TEXTLEFT, TEXTRIGHT, TEXTCENTER> ] ;
[ AUTORESIZE <nAutoResize> ] ;
[ TOOLTIP <cToo... |
printing several pages | First approach...
Rene , that is good for you ?
[code=fw:3r8lwuw5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveMac.ch"</span><br /><br />*a test program <span style="color: #00C800;">for</span> printing multiple... |
printing several pages | Hello Manuel,
I have addepted the code a little bit to make it work correct. First we used nCol and nRow in pixels, but with the new lib it works with lines? Here is the addapted code. I also removed some unused variables. Can you use the same approach for a line or rectangle. The only problem I see now if I use oSay:... |
printing several pages | [quote:2mtzs44o]Can you use the same approach for a line or rectangle.[/quote:2mtzs44o]
Yes , of course , with any control that can be put in a view.
[quote:2mtzs44o]The only problem I see now if I use oSay:setBezeled(.t.,.f.). The text does not fit in the border[/quote:2mtzs44o]
Is normal . The text has a measure th... |
printing several pages | Hello Antonio and Manuel,
Thanks a lot for all the help with printing. This week I have released a new version of my software, including several printing options. I want to share some code with you and everybody.
My software is a digital plant encyclopedia and users (landscapers) can make garden plans with this softw... |
printing several pages | René,
Great work!
Many thanks for sharing your code with all of us.
Really nice <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
prnstat | alguien a podido poner a funcionar a PRNSTAT siempre lanza 4096 STATUS_NOT_AVAILABLE o tengo otra forma en harbour de simular la isprinter()
agradezco la ayuda. |
prnstat | Si es una funcion muy necesaria ya q trabajo con la plataforma de windows 2000 y xp.
siemepre manda ese codigo de error.
Heeeeeeelllllllllllllllllllpppppppppppppp!!!!!!!!!!!!! |
prnstat | Ambos Harbour y xHarbour implementan IsPrinter( <puerto> ).
¿ La habeis probado ? |
prnstat | Antonio,
Si pruebo IsPrinter y el resultado es el mismo efecto que PrnStatus siempre me retorna .T. y ni tengo conectado nada en el puerto.
Uso el Harbour que envias en el FTDN estoy usando el ultimo de Julio
uso BCC++ 5.5.1
Muchas Gracias. |
prob with brc32 | Hi i have a problem in my migration to harbourI can't create my .res to be link in the appBRC32 -r file.rc (i use Borland C++ 5.5.1)it don't create something I've tried many [options] of BRC32 and BRCC32 and never generate any file.resThanks for help |
prob with brc32 | In fact in my batch file it doesn't work but when i go in a dos box and input at the prompt "BRCC32 -32 file.rc" it generate my file.resI don't understand why it didn't work in the batch file |
prob with brc32 | Dear Patili,Don't you forget to create BCC32.CFG and ILINK32.CFG as followingBCC32.CFG-IC:\BCC55\INCLUDE-LC:\BCC55\LIBILINK32.CFG-LC:\BCC55\LIBDutch |
prob with brc32 | Patrick,> it don't create something What error do you get on the screen ? It should report an error. |
prob with brc32 | Sometimes i think i am [b:11ccwvwi]very stupid [/b:11ccwvwi]In my batch i've put"ECHO brcc32 -32 file.rc"I just cut ECHO and everything is clear[b:11ccwvwi][color=red:11ccwvwi]I AM RED WITH THE SHAME!!!!!!
[/b:11ccwvwi][/color:11ccwvwi]But i have an other error : I can't preview my printshERE IS ERROR LOG"Applicatio... |
prob with brc32 | Patrick,Please remember to copy FWH\DLL\prev32.dll to the folder where your EXE is located. |
prob with brc32 | Patili:Perhaps you have not the PREV32.DLL file in the exe's folder.Regards |
prob with brc32 | Yes it works fineThank you twoPatrick |
prob with brc32 | Hello everybody,Concerning PREV32.DLL, I can do this proposition.I imported all the resources of PREV32.DLL into my own DLL-file or RES-file. And it works very well.It was a great help for me since I don't have to take care about PREV32.DLL anymore. |
prob with brc32 | Michel,Yes, thats a good solution to avoid prev32.dll <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
probando Tdolphin | Buenas tardes,
primero agradecer a Daniel por su trabajo
Estoy probando los ejemplos con conexiones remotas y con la opción Embedded, la pregunta habrá una manera de coexistencia de las dos opciones en un solo exe?
El tema es que se utilizan dos librerias libmysqld.lib, libmysql.lib que tal parece manejan funciones... |
probando fivenet | hola foro
estoy viendo como ejecutar un dll en C# y he corrido el fivenet y me da este error
error BASE/1005 No exported variable: TEXT
Puede ayudarme en la solucion
Saludos
Arturo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.