Error [e117]. "Incompatible runtime models.Module salvoqdel
specifies that "__data_model" must be 'small'
but module xxx has the value 'medium'
It appears that it has to do with my code having the following statement
#pragma segment="seg_name" __data20
declaration because it requires "long" pointers.
Is there way to handle the above error still
having 'medium' memory model for the project?
Thanks