topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
mousewheel on get | You have to inherit your own TMyGet and add MouseWheel() or HandleEvent() methods to it (or modify the standard TGet class).
Have a look at TWBrowse and TRichEdit for a sample.
EMG |
mousewheel on get | Hi Enrico,
i feared you were in holiday <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
Until now i didn't yet work with inherited classes.
Do you mean something like :
TMyGet from TGet and then overide the method MouseWheel() from the window class with my own c... |
mousewheel on get | [quote="Detlef Hoefner":3te0itv4]Hi Enrico,
i feared you were in holiday <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> [/quote:3te0itv4]
<!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[quote="Detlef Hoefner":3te0it... |
move a bitmap | I want create a test to draw a room ( wall)
look this sample
[code=fw:2zxf3dwr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> oWnd <br /><span style="color: #00C800;">Function</span> test<span style="color: #000000;">(</span><span style="color: #000... |
move a bitmaps | I must movre a bitmap into a window
[code=fw:2lc35p1z]<div class="fw" id="{CB}" style="font-family: monospace;"> @ nRow, nCol BITMAP oSprite;<br /> FILE cBitmap;<br /> <span style="color: #0000ff;">PIXEL</span> NOBORDER <span style="c... |
move a image on a image control | When I load an image into a image control it put the image at the left angle as you can see on this picture
[img:4fa35slw]http://www.eoeo.it/wp-content/uploads/2015/06/err.jpg[/img:4fa35slw]
how I can make to move the image at center of image control ? |
move a image on a image control | Please provide a small and self contained example to see how you are doing it, thanks |
move a image on a image control | Use TXImage |
move a image on a image control | @ 1, 0 IMAGE oImage SIZE 250, 250 OF oAllegati SCROLL
Local cPdfImage :=".\bitmaps\files\1.bmp"
oImage:LoadBmp( cPdfImage )
Mr Rao I not Have tximage I have jannuary 20115 version of fwh |
move a image on a image control | Silvio,
my testtool :
Image centered on defined image.
Alpha on JPG and jpg on jpg ( or other formats )
select any combination of image 1 and image 2
Download ( complete with exe, prg and images ) :
http:((<!-- m --><a class="postlink" href="http://www.pflegeplus.com/DOWNLOADS/Center2.zip">http://www.pflegeplus.com/D... |
move a image on a image control | thanks uwe
the image is on the center now
but I have a problem
I have 3 button s when I can change the zoom of image
if I use your function I cannot change the zoom of oImage because your function recreate another object |
move a image on a image control | Silvio,
what image do You want to zoom ?
the main-image-area or the centered image ?
best regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
move a image on a image control | Uwe,
I use this function
@ 0, 0 IMAGE oImage SIZE 250, 250 OF oDlg SCROLL
@ 230,275 BTNBMP obtn[1] PROMPT "A" of oDlg SIZE 15,10 NOBORDER PIXEL ACTION AjustaZoom(oImage,"S",oSay[7])
@ 230,295 BTNBMP obtn[2] PROMPT "Z-" of oDlg SIZE 15,10 NOBORDER PIXEL ACTION AjustaZoom(oImage,"R",oSay[7])
@ 2... |
move a image on a image control | Added ZOOM on buttonaction.
is it the solution, You are looking for`?
[img:33zso224]http://www.pflegeplus.com/IMAGES/Zoom1.jpg[/img:33zso224]
[img:33zso224]http://www.pflegeplus.com/IMAGES/Zoom2.jpg[/img:33zso224]
best regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gi... |
move a record from xbrowse | it is possible move a record from position x to position y into a xbrowse
because my customer want the possibility to move a record into a table of order ( made with xbrowse) to another position
the customer let me see an old prg made in vb6 he moved the record taking with the mouse and press on recordselector an... |
move a record from xbrowse | Silvio,
Surely Rao will provide us here the best advise to do it |
move a record from xbrowse | I think it can be hard to create ... |
move a record from xbrowse | Silvio,
I have the same problem changing the position.
My solution for the moment :
selecting the 2 records I want to change the position.
Doing the change on button-click
Now the [color=#4000FF:htn1exkl]COMPLETE[/color:htn1exkl] records are changing the position
[img:htn1exkl]http://www.pflegeplus.com/I... |
move a record from xbrowse | I'm traying it, also. With arrays. |
move a record from xbrowse | Disculpen mi ignorancia, si es con un array no seria mas facil si solo le cambian el valor a oBrw:nArrayAt en ambos lados con el juego de 3 casillas.? digo, si es que se le puede reasignar el valor a nArrayAt y luego hacer un refresh.
La otra idea es crear un registro en blanco, copiar alli uno de los registros, reempl... |
move a record from xbrowse | [quote:f8fmoznw]Silvio wrote: ...the customer let me see an old prg made in vb6 he moved the record taking with the mouse and press on recordselector and move it into another position
[/quote:f8fmoznw]
José Luis.
La pregunta es: ¿Cómo hacerlo con Drag and Drop?
The question is: How to do it using Drag and Drop? |
move a record from xbrowse | [quote="FranciscoA":esc56ko0][quote:esc56ko0]Silvio wrote: ...the customer let me see an old prg made in vb6 he moved the record taking with the mouse and press on recordselector and move it into another position
[/quote:esc56ko0]
José Luis.
La pregunta es: ¿Cómo hacerlo con Drag and Drop?
The question is: How to do i... |
move a record from xbrowse | Silvio,
If I click on a row and keep the mouse pressed and move it downwards, then two selected
records appear. Could you try this on your browses and let me know if you get it too ?
[img:1b65gjj0]https://bitbucket.org/fivetech/screenshots/downloads/browse_drag.JPG[/img:1b65gjj0] |
move a record from xbrowse | Dear Antonio,
what you see is from kinetic behavior.
Best regards,
Otto |
move a record from xbrowse | This is an example of moving a row from one position to another position by drag and drop. This is demonstrated with an array
[code=fw:3ejse1ln]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span... |
move a record from xbrowse | Thanks, Rao.
I tried it and it works well for me.
Tomorrow I will do more tests on medium and large arrays.
Best regards. |
move a record from xbrowse | Mr. Nages,
Can we please have this sample with a DBF?.
Thank you. |
move a record from xbrowse | [quote="FranciscoA":1zhn1en9]Thanks, Rao.
I tried it and it works well for me.
Tomorrow I will do more tests on medium and large arrays.
Best regards.[/quote:1zhn1en9]
This is a very simple case, works only when the start and destination are both visible on the same screen. This example also does not have any error h... |
move a record from xbrowse | [quote="elvira":2q07m6n3]Mr. Nages,
Can we please have this sample with a DBF?.
Thank you.[/quote:2q07m6n3]
This xbrowse example, after the end of the drag, informs the programmer, start record number and destination record number. The programmer has to decide if he wants to swap data of some fields between these two... |
move a record from xbrowse | My solution for the moment with the following problem
1. A table is splitted in different groups ( index on group )
2. Inside a group, I have to switch 2 positions.
3. A visual display of the 2 selected records is added
[code=fw:2n1jt3o5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="col... |
move a record from xbrowse | [quote="nageswaragunupudi":2lj4w2gb]
This is a very simple case, works only when the start and destination are both visible on the same screen. This example also does not have any error handling. In real life we may need to handle scrolling also if the destination is several rows away.
This should serve as a simple exa... |
move a record from xbrowse | [quote="nageswaragunupudi":2a7cu9a5]This is an example of moving a row from one position to another position by drag and drop. This is demonstrated with an array
[code=fw:2a7cu9a5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">... |
move a record from xbrowse | ***** Italiano
io farei cosi :
all'indice da te creato aggiungo un campo num_riga
( preferibile un campo carattere con riempimento automatico con zeri a sinistra )
Nuovo Indice -> cPreNumDoc + Num_Riga
crea campo num_riga con passo 1 ( 001, 002, 003, 004, etc.. )
(posso anche non far vedere il campo num_riga nel bro... |
move a record from xbrowse | [quote="nageswaragunupudi":cyy2goz5][quote="elvira":cyy2goz5]Mr. Nages,
Can we please have this sample with a DBF?.
Thank you.[/quote:cyy2goz5]
This xbrowse example, after the end of the drag, informs the programmer, start record number and destination record number. The programmer has to decide if he wants to swap d... |
move a record from xbrowse | Hello
this works with ADO and field LINE_NUMBER
[code=fw:149w78nf]<div class="fw" id="{CB}" style="font-family: monospace;"> :<span style="color: #000000;">oDragCursor</span> := oCur<br /> :<span style="color: #000000;">bDragBegin</span> := <... |
move a record from xbrowse | I wish move all fields and I not use oRs |
move a record from xbrowse | Silvio,
this sample moves record n to row-pos x.
The record from pos x moves to the position of record n
[img:1rw2o0qd]http://www.pflegeplus.com/IMAGES/Gradline.png[/img:1rw2o0qd]
[code=fw:1rw2o0qd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include<... |
move a record from xbrowse | sorry I not have FW_RecToHash() and FW_HashToRec functions |
move a record from xbrowse | Silvio,
I can show another function to save and write a record to a array if needed.
best regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
move a record from xbrowse | Silvio,
A replacement of FW_RecToHash() and FW_HashToRec that works the same.
[code=fw:3aset0j3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch'</span><br /><span style="color: #00D7D7;">#include</span> <span style... |
move a record from xbrowse | Hello,
Very interesting. But when I drag over, I found this error:
[quote:3tt88yq8]
Error occurred at: 11/15/15, 17:35:22
Error description: Error BASE/1074 Argument error: <=
Args:
[ 1] = U
[ 2] = N 21
Stack Calls
===========
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:... |
move a record from xbrowse | Lucas,
What source code do you have there in line 11096 ?
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP( 11096 ) |
move a record from xbrowse | Uwe.
Works fine onto my 12.04 version.
Thanks.
[code=fw:3etc9rp2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch'</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'ord.ch'</spa... |
move a record from xbrowse | Antonio,
if nMRow <= ::oBrw:nHeaderHeight ;
.and. nMCol <= ( ::nWidth + ::nDisplayCol )
Thanks!. |
move a record from xbrowse | thank Uwe. |
move a record from xbrowse | Lucas,
This should solve it:
:bDropOver := { |u,r,c,f| oBrw:LButtonDown( r,c ), ;
oBrw:LButtonUp( r, c ), ; // r, c were missing
aDel( aData, u[ 1 ] ), ;
AIns( aData, oBrw:nArrayAt, u[ ... |
move bitmap | Hello,
I want to move a bitmap across a dialog, but it is really slow, how can I speed up the moving, maybe will be to code some thing in C
some help?
regards
Marcelo
[code=fw:1vtivw2h]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="co... |
move bitmap | Marcelo,
I think that INTERVAL 0 is not allowed. Please try with 1, or higher |
move bitmap | Dear Antonio,
first thank for your response, with interval 0 or 1 or 2 there are not difference.
For linear moving, I can increase the steep displacement and get a better speed sensation, but for non uniform moving it is not smooth
For start this work
Thanks very much
Regards
Marcelo |
move bitmap | Marcelo,
I have not tested it myself but maybe a call to SysRefresh() will improve it |
move bitmap | Compiling your sample I get:
[code=fw:1bl9i5hp]<div class="fw" id="{CB}" style="font-family: monospace;">test.prg<span style="color: #000000;">(</span><span style="color: #000000;">10</span><span style="color: #000000;">)</span> Warning W0001 Ambiguous reference: <span style="color: #ff0000;">'TRANSPAREN... |
move bitmap | Hello Enrico,
sorry I have my compile parameters very open, try with
[code=fw:8jvfpnhl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">FUNCTION</span> main<span style="col... |
move controls from dialog to window or panel | Hi.
I remember there was a way to move dialog resources from the dialog to a window or another similar control. I'm trying to move the controls from a resource dialog to a panel. I remember it was something like odlg:sendtowindow( ownd ) or some like that.
Can someone help?
Thank you,
Reinaldo. |
move controls from dialog to window or panel | explain me where it can be usefull , because I not understood!! |
move controls from dialog to window or panel | Ok... finally I was able to remember the trick. I'm posting it here because I know I will forget and now I know I can look at my previous posts and find the answer:
[code=fw:1xcgb55i]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">Activate</span> <span style="color: #0000ff;... |
move controls from dialog to window or panel | [quote="Silvio":1nmlsl6h]explain me where it can be usefull , because I not understood!![/quote:1nmlsl6h]
One example is :-
You can use a resource editor to design your screen layouts on a [b:1nmlsl6h]DIALOG[/b:1nmlsl6h] and using the above posted example, you can move the controls (For eg. GET, SAY etc) from the dia... |
move controls from dialog to window or panel | Perhaps with a pratical sample Can I understand
But on Windows seven I not use a resource editor for the dialog because it too leak memory, i use pellesc only to save bmps
We need an editor to create easy dialog on source code to create easy our applications |
move controls from dialog to window or panel | Silvio;
How are you?
Anser's response is quite complete.
There are also other situations where you MUST use a redefined control. I could list some. But I suppose one example is plenty. So far, I have never been able to create a dtpicker control with style DTS_SHOWNONE from source. That's a dtpicker control tha... |
move data between xbrowse files | Hi,
I wish to move the data from a cell of a list to another list based on mouse release position.
can someone please help.
Thanks and regards,
Alfred |
move data between xbrowse files | Set oBrw:lAllowPaste in the second browse.
Press Ctrl-C in the cell of the first browse and then press Ctrl-V in the cell of the second browse. |
move data between xbrowse files | This is an example of drag and drop
[code=fw:3odc641n]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span sty... |
move data between xbrowse files | From version FWH 1805, bDropOver can be simplified like this:
[code=fw:2pzw39wl]<div class="fw" id="{CB}" style="font-family: monospace;"> :<span style="color: #000000;">bDropOver</span> := <span style="color: #000000;">{</span> |uInfo,r,c,f,aPt| oBrw2:<span style="color: #000000;">SetPos... |
move data between xbrowse files | this is very very nice !!
Can we do this also with visual colors ?
I have 2 ways that I use :
1. with jpg's that are color motives
2. Hex values that are used as colors references
[img:wzm7nny5]https://www.maveco.be/fivewin/kleuren2.jpg[/img:wzm7nny5]
I my setup, It would be great to drop from th... |
move data between xbrowse files | 1) You can. When the drag begins, set the information to be sent using SetDropInfo(). When the drop finishes, use the uInfo (1st parameter of bDropInfo) the way you want to.
2) Can you show me the part of your code dislaying the image on the top and title in the bottom? |
move data between xbrowse files | You mean this part ..
[code=fw:25s9mn60]<div class="fw" id="{CB}" style="font-family: monospace;"><br />WITH OBJECT:<span style="color: #000000;">colpic</span><br /> :<span style="color: #000000;">bStrImage</span> := <span style="color: #000000;">{</span> || <span style="color: #ff0000;"... |
move data between xbrowse files | [quote="Marc Venken":2vemjcsg]You mean this part ?
WITH OBJECT:colpic
:bStrImage := { || "r:\pictures\"+alltrim(ATT->colpic) }
<!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->DataFont := oFontS
:nDataStrAlign := AL_CENTER + AL... |
move data between xbrowse files | Thanks Mr. G. N. Rao., tested your sample and work very well.
regards alfred |
move dialog | Dear Antonio,
can you show us an example how we can handle the input for example in the marked field.
How can we reposition the input fields automatically.
Do we move the whole dialog.
Thanks in advance and best regards,
Otto
[img:1polommu]http://www.atzwanger-software.com/fw/touchscreenClip7.jpg[/img:1... |
move dialog | Dear Otto,
We are checking it |
move the bitmap of the xbrowse sort | [img:mdaw4foo]https://i.postimg.cc/bJGG9JzP/dd.png[/img:mdaw4foo]
I have this bitmap on Header to make the sort of the column of Xbrowse
Ho I can to move the bitmap on the left before of the name of the column ?
I make only
WITH OBJECT oBrw
:AddBitmap( { "SOR_TUP","SOR_TDW" } )
... |
move the bitmap of the xbrowse sort | Please try
[code=fw:2j760i8r]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">SetSortBmp</span><span style="color: #000000;">(</span> <span style="color: #000000;">{</span> <span style="color: #ff0000;">"SOR_TUP"</span>,<span style="color: #ff0000;">"SOR_TDW"</span> ... |
move the bitmap of the xbrowse sort | [quote="nageswaragunupudi":1797p3ac]Please try
[code=fw:1797p3ac]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">SetSortBmp</span><span style="color: #000000;">(</span> <span style="color: #000000;">{</span> <span style="color: #ff0000;">"SOR_TUP"</span>,<span style... |
mover un elemento de un array | hola.
Se puede, sin usar ains y luego copiar y luego adel, mover un elemento de un array a otra posicion del mismo arrray?
a[1]:= "a"
a[2]:= "b"
a[3]:= "c"
quedando como resultado final
[quote:1x34xb9f]a[1]:= "a"
a[2]:= "c"
a[3]:= "b"[/quote:1x34xb9f]
gracias. |
mover un elemento de un array | Dependiendo de lo que quieras hacer y del tamaño del Array tal vez te funcione lo siguiente:
cTmp := a[2]
a[2] := a[3]
a[3] := cTmp |
mover un elemento de un array | Si a lo que te refieres es a inter-cambiar filas, prueba el siguiente codigo.
[code=fw:1tve7ilz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//----------------------------------------------------//</span><br /><span style="color: #00C800;">Function</span> interCambFILA<span st... |
mover un elemento de un array | Hola. No precisamente.
Hoy por hoy tengo este codigo.
[code=fw:2i8z1eo2]<div class="fw" id="{CB}" style="font-family: monospace;"> AIns<span style="color: #000000;">(</span> ::<span style="color: #000000;">aDatos</span>, nDestino + <span style="color: #000000;">1</span>, ::<span style="color: #000000;">aDat... |
mover un item de un arbol a otra posicion | Hola.
Una vez añadido el item on item:= tree:add("valor nuevo") necesito ese item agregado moverlo por la rama (para arriba o para abajo) para posicionarlo donde deberia ir, hay algun metodo que pueda utlizar?
Supongamos que tengo estas ramas
2021
2022
2023
y el insertado es
2020 a esta rama la necesito poner sobre ... |
mover un item de un arbol a otra posicion | Gustavo,
Puedes usar oItem:SwapUp() y oItem:SwapDown() pero de momento esto solo funciona dentro de los items de una misma rama y hay un error al intentar llegar a la primera posición que estamos intentando solucionar
Revisa samples\pim.prg para ver como usarlos. Desde un elemento del árbol pulsa el botón derecho del... |
movimiento de splitter | Es posible capturar este evento. Necesitaria modificar el ancho de las columnas de un browse cuando muevo el splitter. Muchas gracias de antemano. |
movimiento de splitter | IntentooBrw:onResizeoBrw:bResized |
movimiento de splitter | utiliza la clausula ON CHANGE del SpliterSaludos |
movimiento de splitter | Gracias por responder. Probaré las dos opciones. saludos |
moving between DBF workareas | I am facing problem of co-cordinating my workareas usage and I need advice of how moving between them in that module . I need to execute aBase and reset modules for different DBF files but always I face error its fixing cost me to do select statemetn.
[code:1fvp1r08]
select 4
use mete
index on mete->ME_mc_serl to met... |
moving between DBF workareas | Try removing aliases from index keys.
EMG |
moving between DBF workareas | Insert "SET INDEX TO" before FERASE() in aBase(). |
moving between DBF workareas | Ehab,
I know it is all new to you, but if you use the database class you don't have to deal with aliases and workareas at all. It is so much easier to program after you learn the basics of the database class. And you will have few bugs.
As I may have mentioned before, there are two articles on this on my website.
Ja... |
moving the wheel of the mouse | I need to use the wheel of the mouse for a long dialog to move up and down instead of Horizontal bar. Can any body help me find the code for it ?Thanks |
moving the wheel of the mouse | bMMoved:={|row,col|MyFun()} |
moving the wheel of the mouse | what will be myfun in this dialog ? |
moving to MSVC 32 bits | Hello,
I am going to move to MSVC and I think it is a good idea to start a new topic with the questions I have, so it would be very usefull for further users.
In first place, Antonio please would be possible for FW 13.02 to have updated Harbour build and fwh\makes\msmakes.zip please?.
What version of MSVC should I u... |
moving to MSVC 32 bits | Lucas,
This is the last Harbour for MSVC build that we published:
[url:2chzc5ox]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=Harbour-3.1.0-MSVC-Express.zip&can=2&q=microsoft[/url:2chzc5ox]
No one else asked for a newer version, so I am happy that you ask for it <... |
moving to MSVC 32 bits | Lucas,
In FWH\makes\vs2010_make.zip you have a make file for MS VC 2010.
Its quite simple to adapt it to build a library <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
moving to MSVC 32 bits | Antonio,
As you use MSVC 2010 I think I will use same version, 2010.
Could you please provide the .zip file as this one http:... (edited by A.L.)
And also, can you provide please rc.exe to compile .rc files please?.
Finally, when you have time I would appreciate the help with the make for the .lib. The flags are d... |
moving to MSVC 32 bits | Lucas,
You should use MSVC 2010 express installer. As it is, from Microsoft. We are not allowed to provide those files in any way.
If we did it, sometimes in the past, is because they were not easily available, just to help users. When an official installer works fine, we always recommend to use the original files fr... |
moving to MSVC 32 bits | Antonio,
Thank you, it was for avoiding installing such garbage of the full product.
When you have time, please I would appreciate the make file for building a .lib. Also, it will be very important for users.
Thanks. |
moving to MSVC 32 bits | [quote:cf6w0717]When you have time, please I would appreciate the make file for building a .lib with MSVC2010[/quote:cf6w0717]
Thank you so much. |
moving to MSVC 32 bits | Lucas,
go.bat
[code=fw:2hue5895]<div class="fw" id="{CB}" style="font-family: monospace;">c:\<span style="color: #ff0000;">"Program Files (x86)<span style="color: #000000;">\M</span>icrosoft Visual Studio 10.0"</span>\VC\bin\nmake -ftest.mak</div>[/code:2hue5895]
test.mak
[code=fw:2hue5895]<div class="fw" id="{CB}" s... |
moving to MSVC 32 bits | I can send to you xdevstudio configured to suport harbour and xHarbour for BCC and MVC
Regards, |
moving to MSVC 32 bits | Nicanor,
The script posted by Antonio works fine.
The only problem is to indicate a different directory for sources and objs:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewforum.php?f=6">viewforum.php?f=6</a><!-- l -->
That´s the remaining issue to rebuild my App.
Thanks a lot. |
moving to MSVC 32 bits | This is an example script to compile application using make from borland and compiling with MSVC
c:\bcc58\bin\make -K -fmakefile0.mak
makefile0.mak
[code=fw:34q5git2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />#Microsoft make sample, <span style="color: #000000;">(</span>c<span style="... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.