Revision 29504

View differences:

trunk/libraries/libjni-ecw/src/main/native/jecw/ncsecwcompressclient_wrapper.c
121 121
		}
122 122

  
123 123
		return(TRUE);	
124
    }else
125
    	return(FALSE);
124
    }else {
125
	callBackOn = TRUE;
126
    	return(FALSE);
127
    }
126 128
}
127 129

  
128 130
/******************************************************************************/
......
191 193
    
192 194
  	pClient = *(NCSEcwCompressClient **)&cPtr;
193 195
  	if(pClient!=NULL){
194
  		
195 196
  		//Asignamos los valores de los campos de NCSEcwCompress
196 197
  		
197 198
  		jclass clase = (*env)->GetObjectClass(env, obj);
......
415 416
  	NCSEcwCompressFreeClient(pClient);
416 417
  	
417 418
  }
418
  
419
  
trunk/libraries/libjni-ecw/build.xml
9 9
	<property name="build" location="bin/" />
10 10
	<property name="cmake_build" location="BMCMake/" />
11 11
	<property environment="env"/>
12
	<condition property="jecw_version" value="0.0.6">
12
	<condition property="jecw_version" value="0.0.7">
13 13
		<os family="unix"/>
14 14
	</condition>
15
	<condition property="jecw_version" value="006">
15
	<condition property="jecw_version" value="007">
16 16
		<os family="windows"/>
17 17
	</condition>
18
	<property name="jecw-jar" location="jecw-0.0.6.jar" />
18
	<property name="jecw-jar" location="jecw-0.0.7.jar" />
19 19
	<condition property="cmake_generator" value="'Unix Makefiles'">
20 20
		<os family="unix"/>
21 21
	</condition>

Also available in: Unified diff