ini file and dll library question - page 2

 
faustf #:

but  where?

where you create the ini file , format it like this 

 
but  is not  ini file format  when i call in mql4  i call  with headers "soglia_minima","symbl4", maybe  propably i must use you configuration with simoply read file and  load in array ?
 
faustf #:
but  is not  ini file format  when i call in mql4  i call  with headers "soglia_minima","symbl4", maybe  propably i must use you configuration with simoply read file and  load in array ?

where are you writing it ? which language ? php ?

 

ini file i  write  by hand , after  want  create a dll  for  read ini by mql4 , in this mode  i can learn to us dll , because in future probably will need them , therfore  , if i want  test  a dll code  , i must   create  another progect in  exe  and test  if  logic  work ?

 
faustf #:

ini file i  write  by hand , after  want  create a dll  for  read ini by mql4 , in this mode  i can learn to us dll , because in future probably will need them , therfore  , if i want  test  a dll code  , i must   create  another progect in  exe  and test  if  logic  work ?

You look at the correlation site and you write it ? 

Okay write it like this :

Place symbol1 then "," then symbol2 then "," then the value then a ! and no linebreaks i will show you the code to read it when you do 

 
Lorentzos Roussos #:

You look at the correlation site and you write it ? 

Okay write it like this :

Place symbol1 then "," then symbol2 then "," then the value then a ! and no linebreaks i will show you the code to read it when you do 

sorry i want  use a classical ini file setup

 

hi  friends  i try  to verify if  c++  code  work right i create  a  console application ad i test  the  function iniread , not  work for me also in console mode  but  after  , i change ascii to utf  and  he worked, after this i substitute  the inifili asci with ini file utf  but mql4 script not  worked  , so i suppose no work mql4  with utf?   mmm


 
faustf #:

hi  friends  i try  to verify if  c++  code  work right i create  a  console application ad i test  the  function iniread , not  work for me also in console mode  but  after  , i change ascii to utf  and  he worked, after this i substitute  the inifili asci with ini file utf  but mql4 script not  worked  , so i suppose no work mql4  with utf?   mmm


you are actually making it harder for yourself . 

You can use the built in file functions to read it.

 
what functions
 
faustf #:
what functions

Here, the docs:


https://docs.mql4.com/files/